ygw2022 commited on
Commit
79e5f4c
1 Parent(s): 6bea1d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ label = gr.outputs.Label()
24
  examples = ['donut.jpg', 'scone.jpg']
25
 
26
  intf = gr.Interface(fn = classify_image, inputs = image, outputs = label, examples = examples)
27
- intf.launch(inline=False, share=True)
 
24
  examples = ['donut.jpg', 'scone.jpg']
25
 
26
  intf = gr.Interface(fn = classify_image, inputs = image, outputs = label, examples = examples)
27
+ intf.launch(inline=False)