seawolf2357 commited on
Commit
7b6405d
·
verified ·
1 Parent(s): ae4365c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -768,4 +768,4 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
768
  )
769
 
770
  if __name__ == "__main__":
771
- demo.queue(max_size=1, concurrency_count=1).launch() # 더 엄격한 동시성 제어
 
768
  )
769
 
770
  if __name__ == "__main__":
771
+ demo.launch() # 더 엄격한 동시성 제어