sskorol commited on
Commit
7ad452e
·
verified ·
1 Parent(s): 8c48571

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -118,7 +118,5 @@ if __name__ == "__main__":
118
  ui = GradioUI(agent)
119
  ui.launch(
120
  server_port=7860,
121
- enable_queue=True,
122
- max_threads=1,
123
- concurrency_count=1
124
  )
 
118
  ui = GradioUI(agent)
119
  ui.launch(
120
  server_port=7860,
121
+ concurrency_limit=1
 
 
122
  )