NikeZoldyck commited on
Commit
0401773
·
1 Parent(s): aeb5631

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -43,7 +43,9 @@ with demo:
43
  text.submit(infer, inputs=[text, samples], outputs=gallery)
44
  btn.click(infer, inputs=[text, samples], outputs=gallery, show_progress=True, status_tracker=None)
45
 
46
- demo.launch()
 
 
47
 
48
 
49
 
 
43
  text.submit(infer, inputs=[text, samples], outputs=gallery)
44
  btn.click(infer, inputs=[text, samples], outputs=gallery, show_progress=True, status_tracker=None)
45
 
46
+
47
+
48
+ demo.launch(share=True)
49
 
50
 
51