Himgos commited on
Commit
acf25ba
1 Parent(s): 4c0d7e2
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(inline=False)
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(share=True)
32