AItool commited on
Commit
1be47ab
1 Parent(s): c59062c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,5 +27,5 @@ label = gr.outputs.Label()
27
  examples = ['mushroom.png','mushroom1.jpg','mushroom2.jpg']
28
 
29
  # Cell
30
- intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
31
  intf.launch()
 
27
  examples = ['mushroom.png','mushroom1.jpg','mushroom2.jpg']
28
 
29
  # Cell
30
+ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples,share=True)
31
  intf.launch()