Spaces:
Running
on
T4
Running
on
T4
gabriel chua
commited on
update concurrency_limit
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -128,7 +128,7 @@ UI_OUTPUTS = {
|
|
128 |
}
|
129 |
UI_API_NAME = "generate_podcast"
|
130 |
UI_ALLOW_FLAGGING = "never"
|
131 |
-
UI_CONCURRENCY_LIMIT =
|
132 |
UI_EXAMPLES = [
|
133 |
[
|
134 |
[str(Path("examples/1310.4546v1.pdf"))],
|
|
|
128 |
}
|
129 |
UI_API_NAME = "generate_podcast"
|
130 |
UI_ALLOW_FLAGGING = "never"
|
131 |
+
UI_CONCURRENCY_LIMIT = 1
|
132 |
UI_EXAMPLES = [
|
133 |
[
|
134 |
[str(Path("examples/1310.4546v1.pdf"))],
|