suriya7 commited on
Commit
0d19427
·
verified ·
1 Parent(s): efbf2a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ def image_classifier(inp):
18
 
19
 
20
  demo = gr.Interface(fn=image_classifier, inputs='image',outputs=gr.Label(num_top_classes=5))
21
- demo.launch(debug=True)
 
18
 
19
 
20
  demo = gr.Interface(fn=image_classifier, inputs='image',outputs=gr.Label(num_top_classes=5))
21
+ demo.launch(debug=True,share=true)