chaninder commited on
Commit
2e69908
·
1 Parent(s): 4d30ff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ iface = gr.Interface(fn=classify_image,
29
  outputs=gr.Label(num_top_classes=4),
30
  examples=["banana.jpg", 'can.jpg'])
31
 
32
- iface.launch(share=True)
 
29
  outputs=gr.Label(num_top_classes=4),
30
  examples=["banana.jpg", 'can.jpg'])
31
 
32
+ iface.launch()