to-be commited on
Commit
2bb3ce5
1 Parent(s): 637732a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ demo = gr.Interface(
52
  examples=[["3001.jpg"]],
53
  cache_examples=False)
54
 
55
- demo.launch()
 
52
  examples=[["3001.jpg"]],
53
  cache_examples=False)
54
 
55
+ demo.launch(share=True)