sudip2003 commited on
Commit
a9e59f3
·
verified ·
1 Parent(s): c5417d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ interface = gr.Interface(fn=predict_image,
41
  description="Upload an Image")
42
 
43
 
44
- interface.launch()
 
41
  description="Upload an Image")
42
 
43
 
44
+ interface.launch(share=True)