Update app.py
Browse files
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 |
|