linkdom commited on
Commit
882a8f1
1 Parent(s): d2d04ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,6 +36,6 @@ def slowly_reverse(word, progress=gr.Progress()):
36
  demo = gr.Interface(slowly_reverse, gr.Text(), gr.Text())
37
 
38
  if __name__ == "__main__":
39
- demo.queue(concurrency_count=10).launch()
40
 
41
 
 
36
  demo = gr.Interface(slowly_reverse, gr.Text(), gr.Text())
37
 
38
  if __name__ == "__main__":
39
+ demo.queue(concurrency_count=10).launch(share=True)
40
 
41