Spaces:
Running
Running
kevinwang676
commited on
Commit
•
7ccf9b2
1
Parent(s):
f7f6d0c
Update app.py
Browse files
app.py
CHANGED
@@ -334,5 +334,5 @@ with app:
|
|
334 |
</div>
|
335 |
''')
|
336 |
|
337 |
-
|
338 |
-
app.launch(
|
|
|
334 |
</div>
|
335 |
''')
|
336 |
|
337 |
+
app.queue(max_size=40, api_open=False)
|
338 |
+
app.launch(max_threads=400, show_error=True)
|