Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(title="AiOS", theme=gr.themes.Soft(primary_hue="blue", secondary_
|
|
116 |
with gr.Column(scale=2):
|
117 |
video_input = gr.Video(label="Input video", elem_classes="video")
|
118 |
with gr.Column(scale=1):
|
119 |
-
batch_size = gr.Textbox(label="Batch Size", type="text", value=
|
120 |
num_person = gr.Textbox(label="Number of Person", type="text", value=1)
|
121 |
threshold = gr.Slider(0, 1.0, value=0.3, label='Score Threshold')
|
122 |
send_button = gr.Button("Infer")
|
|
|
116 |
with gr.Column(scale=2):
|
117 |
video_input = gr.Video(label="Input video", elem_classes="video")
|
118 |
with gr.Column(scale=1):
|
119 |
+
batch_size = gr.Textbox(label="Batch Size", type="text", value=16)
|
120 |
num_person = gr.Textbox(label="Number of Person", type="text", value=1)
|
121 |
threshold = gr.Slider(0, 1.0, value=0.3, label='Score Threshold')
|
122 |
send_button = gr.Button("Infer")
|