Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ gradio_interface = gr.Interface(
|
|
67 |
],
|
68 |
outputs="json",
|
69 |
concurrency_limit=20 # Set a high concurrency limit
|
70 |
-
)
|
71 |
|
72 |
if __name__ == "__main__":
|
73 |
gradio_interface.launch() # No need for share=True for local testing
|
|
|
67 |
],
|
68 |
outputs="json",
|
69 |
concurrency_limit=20 # Set a high concurrency limit
|
70 |
+
).queue(default_concurrency_limit=20)
|
71 |
|
72 |
if __name__ == "__main__":
|
73 |
gradio_interface.launch() # No need for share=True for local testing
|