Sagar31658 commited on
Commit
08d7458
·
verified ·
1 Parent(s): fed9c75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ def predict_image(image):
34
  return class_name
35
 
36
  app = gr.Interface(fn=predict_image, inputs="image", outputs="text")
37
- app.launch()
 
34
  return class_name
35
 
36
  app = gr.Interface(fn=predict_image, inputs="image", outputs="text")
37
+ app.launch(share=True)