Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -141,4 +141,4 @@ with gr.Blocks(theme='Yntec/HaleyCH_Theme_craiyon') as demo:
|
|
141 |
)
|
142 |
|
143 |
demo.queue(default_concurrency_limit=200, max_size=200)
|
144 |
-
demo.launch(show_api=False, max_threads=400)
|
|
|
141 |
)
|
142 |
|
143 |
demo.queue(default_concurrency_limit=200, max_size=200)
|
144 |
+
demo.launch(show_api=False, max_threads=400)
|