Spaces:
Runtime error
Runtime error
gdTharusha
commited on
Commit
•
5631ba0
1
Parent(s):
c432ccb
Update app.py
Browse files
app.py
CHANGED
@@ -903,4 +903,4 @@ if __name__ == "__main__":
|
|
903 |
if USE_COLAB:
|
904 |
print("Running in colab mode")
|
905 |
|
906 |
-
interface.queue(
|
|
|
903 |
if USE_COLAB:
|
904 |
print("Running in colab mode")
|
905 |
|
906 |
+
interface.queue(max_size=20).launch(share=USE_COLAB, show_api=True)
|