professorbrat commited on
Commit
c3e7cdd
1 Parent(s): 3eae058

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ def classify_image(inp):
18
 
19
  gr.Interface(fn=classify_image,
20
  inputs=gr.inputs.Image(type="filepath"),
21
- outputs=gr.outputs.Label()).launch(share=True, debug=True)
 
18
 
19
  gr.Interface(fn=classify_image,
20
  inputs=gr.inputs.Image(type="filepath"),
21
+ outputs=gr.outputs.Label()).launch()