Spaces:
Running
Running
Commit
·
f8e5488
1
Parent(s):
a8e7600
Update app.py
Browse files
app.py
CHANGED
@@ -153,4 +153,4 @@ if __name__ == '__main__':
|
|
153 |
return [];
|
154 |
}}""")
|
155 |
|
156 |
-
app.queue(concurrency_count=3).launch(show_api=False, share=
|
|
|
153 |
return [];
|
154 |
}}""")
|
155 |
|
156 |
+
app.queue(concurrency_count=3).launch(show_api=False, share=True)
|