tianyilexi commited on
Commit
610d5e0
·
1 Parent(s): 91992e9

delete share=True again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ interpretation='default'
25
  enable_queue=True
26
  inputs = gr.Image(shape=(224, 224))
27
 
28
- gr.Interface(fn=predict, inputs=inputs, outputs=gr.Label(num_top_classes=3), title=title, description=description, article=article, interpretation=interpretation, examples=examples).launch(inline=False, share=True, enable_queue=enable_queue)
 
25
  enable_queue=True
26
  inputs = gr.Image(shape=(224, 224))
27
 
28
+ gr.Interface(fn=predict, inputs=inputs, outputs=gr.Label(num_top_classes=3), title=title, description=description, article=article, interpretation=interpretation, examples=examples).launch(inline=False, enable_queue=enable_queue)