Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=css) as demo:
|
|
109 |
|
110 |
with gr.Row():
|
111 |
with gr.Column():
|
112 |
-
file_path = gr.File(file_types=['image', 'video'], file_count='single', label='Select
|
113 |
file_link = gr.Textbox(label='Direct link to image or YouTube link')
|
114 |
model_name = gr.Radio(choices=MODEL_NAMES, value=MODEL_NAMES[0], label='Select YOLO model')
|
115 |
conf = gr.Slider(0, 1, value=0.5, step=0.05, label='Confidence')
|
|
|
109 |
|
110 |
with gr.Row():
|
111 |
with gr.Column():
|
112 |
+
file_path = gr.File(file_types=['image', 'video'], file_count='single', label='Select image or video')
|
113 |
file_link = gr.Textbox(label='Direct link to image or YouTube link')
|
114 |
model_name = gr.Radio(choices=MODEL_NAMES, value=MODEL_NAMES[0], label='Select YOLO model')
|
115 |
conf = gr.Slider(0, 1, value=0.5, step=0.05, label='Confidence')
|