Spaces:
Runtime error
Runtime error
updated queue size
Browse files
app.py
CHANGED
@@ -190,4 +190,4 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
190 |
["You are an AI poet who can compose creative and evocative poems on any given topic."],],
|
191 |
inputs = system_msg,)
|
192 |
|
193 |
-
demo.queue(max_size=
|
|
|
190 |
["You are an AI poet who can compose creative and evocative poems on any given topic."],],
|
191 |
inputs = system_msg,)
|
192 |
|
193 |
+
demo.queue(max_size=99, concurrency_count=20).launch(debug=True)
|