gabrielchua commited on
Commit
1573ac4
1 Parent(s): 8034ef8

fix concurrency

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ demo = gr.Interface(
140
  allow_flagging="never",
141
  api_name="generate_podcast", # Add this line
142
  theme=gr.themes.Soft(),
143
- concurrency_limit=5
144
  )
145
 
146
  if __name__ == "__main__":
 
140
  allow_flagging="never",
141
  api_name="generate_podcast", # Add this line
142
  theme=gr.themes.Soft(),
143
+ concurrency_limit=3
144
  )
145
 
146
  if __name__ == "__main__":