charlesouazana commited on
Commit
87eb4f4
1 Parent(s): 5d46577

app.py Interface definition modifications

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ examples = ['untitled.jpg']
17
 
18
 
19
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, label=label)
20
- iface.launch(inline=False, share=True)
 
17
 
18
 
19
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, label=label)
20
+ iface.launch(inline=False)