avakrilov commited on
Commit
bab19d1
1 Parent(s): 6049910

disable share

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