seawolf2357 commited on
Commit
e2b30b3
1 Parent(s): 83746e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ demo = gr.ChatInterface(
81
  )
82
 
83
  if __name__ == "__main__":
84
- demo.queue(max_threads=20).launch()
 
81
  )
82
 
83
  if __name__ == "__main__":
84
+ demo.queue().launch(max_threads=20) # max_threads를 launch() 메서드에 설정