Spaces:
Sleeping
Sleeping
jonathanjordan21
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -636,7 +636,7 @@ with gr.Blocks() as demo:
|
|
636 |
additional_inputs=[
|
637 |
gr.Number(0.44, label="confidence threshold", show_label=True, minimum=0., maximum=1.0, step=0.1),
|
638 |
gr.Checkbox(label="multiple", info="Allow multiple request code numbers"),
|
639 |
-
gr.Number(3, label="maximum number of request codes", show_label=True, minimum=
|
640 |
],
|
641 |
# type="messages",
|
642 |
chatbot=gr.Chatbot(height=800),
|
|
|
636 |
additional_inputs=[
|
637 |
gr.Number(0.44, label="confidence threshold", show_label=True, minimum=0., maximum=1.0, step=0.1),
|
638 |
gr.Checkbox(label="multiple", info="Allow multiple request code numbers"),
|
639 |
+
gr.Number(3, label="maximum number of request codes", show_label=True, minimum=0, step=1, precision=0)
|
640 |
],
|
641 |
# type="messages",
|
642 |
chatbot=gr.Chatbot(height=800),
|