craftgamesnetwork commited on
Commit
3ee9d3b
·
verified ·
1 Parent(s): c799320

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,4 +338,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
338
  )
339
 
340
  if __name__ == "__main__":
341
- demo.queue(concurrency_count=2).launch()
 
338
  )
339
 
340
  if __name__ == "__main__":
341
+ demo.queue().launch()