Spaces:
Running
Running
victorisgeek
commited on
Commit
•
7b7aef2
1
Parent(s):
3ee3b1f
Update app.py
Browse files
app.py
CHANGED
@@ -902,4 +902,4 @@ if __name__ == "__main__":
|
|
902 |
if USE_COLAB:
|
903 |
print("Running in colab mode")
|
904 |
|
905 |
-
interface.queue().launch()
|
|
|
902 |
if USE_COLAB:
|
903 |
print("Running in colab mode")
|
904 |
|
905 |
+
interface.queue(concurrency_count=2, max_size=20).launch(share=USE_COLAB)
|