Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,4 +138,5 @@ with demo:
|
|
| 138 |
inputs=[tool_name, model_name, num_questions, openai_api_key, anthropic_api_key, openrouter_api_key],
|
| 139 |
outputs=[result, summary])
|
| 140 |
|
|
|
|
| 141 |
demo.queue(default_concurrency_limit=40).launch()
|
|
|
|
| 138 |
inputs=[tool_name, model_name, num_questions, openai_api_key, anthropic_api_key, openrouter_api_key],
|
| 139 |
outputs=[result, summary])
|
| 140 |
|
| 141 |
+
|
| 142 |
demo.queue(default_concurrency_limit=40).launch()
|