GodParticle69 commited on
Commit
0676b01
1 Parent(s): b4e07e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ image = gr.inputs.Image(shape=(320, 320), type='numpy')
70
  examples = ['test0.jpg', 'img2.png', 'img3.png', 'img4.png']
71
 
72
  intf = gr.Interface(fn=classify_image, inputs=gr.Image(type='numpy'), outputs=['image', 'text'], examples=examples)
73
- intf.launch(share=True)
 
70
  examples = ['test0.jpg', 'img2.png', 'img3.png', 'img4.png']
71
 
72
  intf = gr.Interface(fn=classify_image, inputs=gr.Image(type='numpy'), outputs=['image', 'text'], examples=examples)
73
+ intf.launch()