liyaoshi commited on
Commit
b8120dd
·
verified ·
1 Parent(s): 35cf5e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ demo = gr.Interface(
54
  )
55
  demo.queue(max_size = 20)
56
 
57
- demo.launch()
 
54
  )
55
  demo.queue(max_size = 20)
56
 
57
+ demo.launch(share=True)