anzorq commited on
Commit
eca366c
1 Parent(s): 894f870

Update app.py

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