sham-ml commited on
Commit
0c448d0
·
1 Parent(s): b4a9918

updated share property

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ examples = ['siamese.jpg']
16
  interpretation='default'
17
  enable_queue=True
18
 
19
- gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=3)).launch(share=True)
 
16
  interpretation='default'
17
  enable_queue=True
18
 
19
+ gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=3)).launch()