Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,5 @@ if __name__ == "__main__":
|
|
118 |
ui = GradioUI(agent)
|
119 |
ui.launch(
|
120 |
server_port=7860,
|
121 |
-
|
122 |
-
max_threads=1,
|
123 |
-
concurrency_count=1
|
124 |
)
|
|
|
118 |
ui = GradioUI(agent)
|
119 |
ui.launch(
|
120 |
server_port=7860,
|
121 |
+
concurrency_limit=1
|
|
|
|
|
122 |
)
|