Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -614,7 +614,7 @@ with gr.Blocks() as demo:
|
|
614 |
additional_inputs=[
|
615 |
gr.Number(0.5, label="confidence threshold", show_label=True, minimum=0., maximum=1.0, step=0.1),
|
616 |
gr.Checkbox(label="multiple", info="Allow multiple request code numbers"),
|
617 |
-
|
618 |
],
|
619 |
# type="messages",
|
620 |
chatbot=gr.Chatbot(height=800),
|
|
|
614 |
additional_inputs=[
|
615 |
gr.Number(0.5, label="confidence threshold", show_label=True, minimum=0., maximum=1.0, step=0.1),
|
616 |
gr.Checkbox(label="multiple", info="Allow multiple request code numbers"),
|
617 |
+
gr.Number(3, label="maximum number of request codes", show_label=True, step=1, precision=0)
|
618 |
],
|
619 |
# type="messages",
|
620 |
chatbot=gr.Chatbot(height=800),
|