Skip to content

Instantly share code, notes, and snippets.

@SankalpM-29
Created August 7, 2022 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SankalpM-29/d104a7c38ad8cdd518c69f7fc303f8dc to your computer and use it in GitHub Desktop.
Save SankalpM-29/d104a7c38ad8cdd518c69f7fc303f8dc to your computer and use it in GitHub Desktop.
gradio app warehouse
import gradio as gr
demo = gr.Blocks()
with demo:
gr.Markdown(
"""
<h1 align = "center"> Warehouse Apparel Detection </h1>
""")
detect = gr.Interface(predict_image, 'image', 'image')
demo.launch()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment