ifarg commited on
Commit
275597c
1 Parent(s): 49b8925

remove share true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(fn=image_classifier, inputs="image", outputs="label", examp
23
  ["matt-damon.jpg"],
24
  ["neal-mcDonough.jpg"]
25
  ],)
26
- iface.launch(share=True)
 
23
  ["matt-damon.jpg"],
24
  ["neal-mcDonough.jpg"]
25
  ],)
26
+ iface.launch()