aldrinjenson commited on
Commit
a0621f9
1 Parent(s): 7699531

Update share status

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ def predict(img):
22
 
23
  interface = gr.Interface(fn=predict, inputs=gr.components.Image(shape=(512, 512)), outputs=gr.components.Label(
24
  num_top_classes=4), title=title, description=description, article=article, examples=examples, interpretation=interpretation)
25
- interface.launch(share=True, enable_queue=enable_queue)
 
22
 
23
  interface = gr.Interface(fn=predict, inputs=gr.components.Image(shape=(512, 512)), outputs=gr.components.Label(
24
  num_top_classes=4), title=title, description=description, article=article, examples=examples, interpretation=interpretation)
25
+ interface.launch(share=False, enable_queue=enable_queue)