Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,4 +38,4 @@ def predict(message, chatbot):
|
|
| 38 |
return response_json_object[0]['generated_text']
|
| 39 |
|
| 40 |
|
| 41 |
-
gr.ChatInterface(predict, title=title, description=description).queue().launch(
|
|
|
|
| 38 |
return response_json_object[0]['generated_text']
|
| 39 |
|
| 40 |
|
| 41 |
+
gr.ChatInterface(predict, title=title, description=description).queue(concurrency_count=40).launch()
|