fffiloni commited on
Commit
f94553c
1 Parent(s): 3053b2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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().queue(max_size=100, concurrency_count=20)
 
 
52
 
53
 
54
  iface = gr.Interface(fn=generate_track_by_prompt, inputs=["text"], outputs=[gr.Text(label="Result")])
55
+ iface.queue(max_size=100, concurrency_count=20)
56
+ iface.launch()