Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
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,
|