Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,6 +86,7 @@ iface = gr.Interface(
|
|
86 |
error_message = ""
|
87 |
|
88 |
try:
|
|
|
89 |
iface.launch()
|
90 |
except Exception as e:
|
91 |
error_message = "An error occurred: " + str(e)
|
|
|
86 |
error_message = ""
|
87 |
|
88 |
try:
|
89 |
+
iface.queue(concurrency_count=20)
|
90 |
iface.launch()
|
91 |
except Exception as e:
|
92 |
error_message = "An error occurred: " + str(e)
|