seawolf2357 commited on
Commit
9358af0
·
verified ·
1 Parent(s): e9eba1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -265,8 +265,10 @@ with gr.Blocks(css_paths="app.css") as demo:
265
  outputs=[history]
266
  )
267
 
 
 
268
  if __name__ == "__main__":
269
- demo.launch(
270
  server_name="0.0.0.0",
271
  server_port=7860,
272
  share=False,
 
265
  outputs=[history]
266
  )
267
 
268
+ # 이전 코드는 동일...
269
+
270
  if __name__ == "__main__":
271
+ gr.Blocks(css_paths="app.css").queue(default_concurrency_limit=20).launch(
272
  server_name="0.0.0.0",
273
  server_port=7860,
274
  share=False,