Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,5 +35,5 @@ with gr.Blocks(title=title,theme='nota-ai/theme') as demo:
|
|
35 |
search_button.click(fn=search_function, inputs=[text_area, api_key], outputs=[tempo, classic, naive],
|
36 |
)
|
37 |
|
38 |
-
demo.queue(concurrency_count=100,status_update_rate=500).launch(max_threads=100, show_error=True, debug = True, inline =False)
|
39 |
-
|
|
|
35 |
search_button.click(fn=search_function, inputs=[text_area, api_key], outputs=[tempo, classic, naive],
|
36 |
)
|
37 |
|
38 |
+
#demo.queue(concurrency_count=100,status_update_rate=500).launch(max_threads=100, show_error=True, debug = True, inline =False)
|
39 |
+
demo.launch(max_threads=40)
|