bobalbrecht commited on
Commit
cb6f7c7
1 Parent(s): 15ae80b

share removed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,6 +36,6 @@ def classify_image(img):
36
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label,
37
  examples=examples)
38
 
39
- iface.launch(share=True)
40
 
41
 
36
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label,
37
  examples=examples)
38
 
39
+ iface.launch()
40
 
41