abhishek HF staff commited on
Commit
949e2ae
1 Parent(s): 0a01cc6

remove concurrency

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,4 +153,4 @@ with gr.Blocks() as demo:
153
  )
154
 
155
  if __name__ == "__main__":
156
- demo.queue(concurrency_count=50).launch()
 
153
  )
154
 
155
  if __name__ == "__main__":
156
+ demo.launch()