Himgos commited on
Commit
80d8bb5
1 Parent(s): acf25ba
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,5 +28,5 @@ label = gr.outputs.Label()
28
  examples = ['chillypotato.jpg', 'friedrice.jpg', 'momos.jpg']
29
 
30
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
31
- intf.launch(share=True)
32
 
 
28
  examples = ['chillypotato.jpg', 'friedrice.jpg', 'momos.jpg']
29
 
30
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
31
+ intf.launch()
32