Spaces:
Running
on
T4
Running
on
T4
gabrielchua
commited on
Commit
•
1573ac4
1
Parent(s):
8034ef8
fix concurrency
Browse files
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=
|
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__":
|