Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -142,4 +142,6 @@ with demo:
|
|
142 |
inputs=[tool_name, model_name, num_questions, openai_api_key, anthropic_api_key],
|
143 |
outputs=[result, summary])
|
144 |
|
|
|
|
|
145 |
demo.queue(default_concurrency_limit=40).launch()
|
|
|
142 |
inputs=[tool_name, model_name, num_questions, openai_api_key, anthropic_api_key],
|
143 |
outputs=[result, summary])
|
144 |
|
145 |
+
|
146 |
+
|
147 |
demo.queue(default_concurrency_limit=40).launch()
|