vishal2023 commited on
Commit
73a10d7
·
1 Parent(s): 3264cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def predict_from_img(img):
14
  import gradio as gr
15
  image = gr.inputs.Image(shape=(150,150))
16
  label = gr.outputs.Label(num_top_classes=2)
17
- gr.Interface(fn=predict_from_img, inputs=image, outputs=label).launch(share=True)
 
14
  import gradio as gr
15
  image = gr.inputs.Image(shape=(150,150))
16
  label = gr.outputs.Label(num_top_classes=2)
17
+ gr.Interface(fn=predict_from_img, inputs=image, outputs=label).launch()