sudip2003 commited on
Commit
5cd1b71
·
verified ·
1 Parent(s): 0907920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ interface = gr.Interface(fn=predict_image,
30
  description="Upload an image of a cat or dog and the model will predict which one it is.")
31
 
32
  # Launch the interface
33
- interface.launch()
 
30
  description="Upload an image of a cat or dog and the model will predict which one it is.")
31
 
32
  # Launch the interface
33
+ interface.launch(share=True)