anagh1234 commited on
Commit
ab256ea
·
verified ·
1 Parent(s): db6edbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ def predict_image(image):
9
  interface = gr.Interface(predict_image,inputs="image",outputs="label")
10
 
11
  # Launch the interface
12
- interface.launch()
 
9
  interface = gr.Interface(predict_image,inputs="image",outputs="label")
10
 
11
  # Launch the interface
12
+ interface.launch(share=True)