Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -320,7 +320,7 @@ with gr.Blocks(css=css) as app:
|
|
320 |
["rock and roll power chord", "", "motorway", 5],
|
321 |
["soulful R&B love song", "", "marim", 10],
|
322 |
["country western twangy guitar", "", "agile", 10]],
|
323 |
-
inputs=[prompt_1, prompt_2, feel, num_iterations]
|
324 |
cache_examples=True)
|
325 |
|
326 |
gr.HTML("""
|
@@ -334,4 +334,4 @@ with gr.Blocks(css=css) as app:
|
|
334 |
</div>
|
335 |
""")
|
336 |
|
337 |
-
app.queue(max_size=250, concurrency_count=
|
|
|
320 |
["rock and roll power chord", "", "motorway", 5],
|
321 |
["soulful R&B love song", "", "marim", 10],
|
322 |
["country western twangy guitar", "", "agile", 10]],
|
323 |
+
inputs=[prompt_1, prompt_2, feel, num_iterations],
|
324 |
cache_examples=True)
|
325 |
|
326 |
gr.HTML("""
|
|
|
334 |
</div>
|
335 |
""")
|
336 |
|
337 |
+
app.queue(max_size=250, concurrency_count=6).launch()
|