Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -240,7 +240,7 @@ def main():
|
|
| 240 |
outputs=audio_output
|
| 241 |
)
|
| 242 |
|
| 243 |
-
demo.queue(max_size=4, default_concurrency_limit=
|
| 244 |
demo.launch()
|
| 245 |
|
| 246 |
if __name__ == '__main__':
|
|
|
|
| 240 |
outputs=audio_output
|
| 241 |
)
|
| 242 |
|
| 243 |
+
demo.queue(max_size=4, default_concurrency_limit=1)
|
| 244 |
demo.launch()
|
| 245 |
|
| 246 |
if __name__ == '__main__':
|