Vivekan commited on
Commit
3ab4575
1 Parent(s): 4c64d64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def predict_image(img):
7
  image = gr.inputs.Image(shape=(180,180))
8
  label = gr.outputs.Label(num_top_classes=5)
9
 
10
- gr.Interface(fn=predict_image, inputs=image, outputs=label,interpretation='default').launch(share=True)
 
7
  image = gr.inputs.Image(shape=(180,180))
8
  label = gr.outputs.Label(num_top_classes=5)
9
 
10
+ gr.Interface(fn=predict_image, inputs=image, outputs=label,interpretation='default').launch()