chansung commited on
Commit
8ebe6a8
·
1 Parent(s): a8a7795

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -398,7 +398,7 @@ Name for your new endpoint""")
398
  gr.Markdown("""### Max Batch Total Tokens
399
 
400
  Number of tokens that can be passed before forcing waiting queries to be put on the batch. A value of 1000 can fit 10 queries of 100 tokens or a single query of 1000 tokens.""")
401
- max_batch_total_tokens = gr.Number(
402
  value=None,
403
  interactive=True,
404
  show_label=False,
 
398
  gr.Markdown("""### Max Batch Total Tokens
399
 
400
  Number of tokens that can be passed before forcing waiting queries to be put on the batch. A value of 1000 can fit 10 queries of 100 tokens or a single query of 1000 tokens.""")
401
+ max_batch_total_token = gr.Number(
402
  value=None,
403
  interactive=True,
404
  show_label=False,