Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -341,4 +341,4 @@ with gr.Blocks(theme=theme, css=css, title='療癒對話機器人') as demo:
|
|
341 |
|
342 |
if __name__ == "__main__":
|
343 |
demo.queue(max_size=30, default_concurrency_limit=20)
|
344 |
-
demo.launch(show_api=False, max_threads=40
|
|
|
341 |
|
342 |
if __name__ == "__main__":
|
343 |
demo.queue(max_size=30, default_concurrency_limit=20)
|
344 |
+
demo.launch(show_api=False, max_threads=40)
|