seawolf2357 commited on
Commit
d10140f
·
verified ·
1 Parent(s): 5b5b696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -699,4 +699,4 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
699
  )
700
 
701
  if __name__ == "__main__":
702
- demo.queue(max_size=1).launch() # 큐 크기 제한으로 메모리 관리
 
699
  )
700
 
701
  if __name__ == "__main__":
702
+ demo.queue(max_size=2).launch() # 큐 크기 제한으로 메모리 관리