Update app.py
Browse files
app.py
CHANGED
@@ -892,4 +892,4 @@ if __name__ == "__main__":
|
|
892 |
if USE_COLAB:
|
893 |
print("Running in colab mode")
|
894 |
|
895 |
-
interface.queue(
|
|
|
892 |
if USE_COLAB:
|
893 |
print("Running in colab mode")
|
894 |
|
895 |
+
interface.queue( max_size=20).launch(share=USE_COLAB)
|