Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
62a74cd
1
Parent(s):
c000f9c
Update app.py
Browse files
app.py
CHANGED
@@ -278,4 +278,4 @@ with gr.Blocks(css=css) as app_with_history:
|
|
278 |
app_with_history.queue(max_size=20)
|
279 |
|
280 |
if __name__ == "__main__":
|
281 |
-
app_with_history.launch(max_threads=400)
|
|
|
278 |
app_with_history.queue(max_size=20)
|
279 |
|
280 |
if __name__ == "__main__":
|
281 |
+
app_with_history.launch(max_threads=400, api_open=False)
|