Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ if __name__ == "__main__":
|
|
| 46 |
max_threads=4,
|
| 47 |
show_error=True,
|
| 48 |
# enable_queue is replaced by concurrency_count in Gradio 5.x
|
| 49 |
-
concurrency_count=1
|
| 50 |
)
|
| 51 |
|
| 52 |
except Exception as e:
|
|
|
|
| 46 |
max_threads=4,
|
| 47 |
show_error=True,
|
| 48 |
# enable_queue is replaced by concurrency_count in Gradio 5.x
|
| 49 |
+
#concurrency_count=1
|
| 50 |
)
|
| 51 |
|
| 52 |
except Exception as e:
|