hgmiya commited on
Commit
5e3b252
·
1 Parent(s): 0807843

デモのキューの同時実行数をデフォルトに戻す

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -647,7 +647,7 @@ with gr.Blocks() as demo:
647
  outputs=[status_output, results_table]
648
  )
649
 
650
- demo.queue(concurrency_count=1)
651
 
652
  if __name__ == "__main__":
653
  print("\n" + "-"*30 + " App Starting " + "-"*30)
 
647
  outputs=[status_output, results_table]
648
  )
649
 
650
+ demo.queue()
651
 
652
  if __name__ == "__main__":
653
  print("\n" + "-"*30 + " App Starting " + "-"*30)