Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,4 +52,5 @@ def generate_track_by_prompt(prompt):
|
|
| 52 |
|
| 53 |
|
| 54 |
iface = gr.Interface(fn=generate_track_by_prompt, inputs=["text"], outputs=[gr.Text(label="Result")])
|
|
|
|
| 55 |
iface.launch()
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
iface = gr.Interface(fn=generate_track_by_prompt, inputs=["text"], outputs=[gr.Text(label="Result")])
|
| 55 |
+
iface.queue(max_size=32, concurrency_count=20)
|
| 56 |
iface.launch()
|