fffiloni commited on
Commit
2ce9ad1
1 Parent(s): 3bfdeaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()