gabriel chua commited on
Commit
6f81c66
·
unverified ·
1 Parent(s): 0bac9b8

update concurrency_limit

Browse files
Files changed (1) hide show
  1. 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 = 3
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"))],