Vijayrathank commited on
Commit
11a86dd
·
1 Parent(s): d640019
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ except TypeError:
84
  # use defaults for buttons
85
  )
86
 
87
- demo = demo.queue(max_size=32, concurrency_count=2)
88
 
89
  if __name__ == "__main__":
90
  demo.launch()
 
84
  # use defaults for buttons
85
  )
86
 
87
+ demo = demo.queue(max_size=32, default_concurrency=2)
88
 
89
  if __name__ == "__main__":
90
  demo.launch()