sergey21000 commited on
Commit
f587fbb
·
verified ·
1 Parent(s): e5eefc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 an 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')
 
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')