Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -309,7 +309,7 @@ with gr.Blocks() as demo:
|
|
309 |
|
310 |
# Step 5: Select YOLO model
|
311 |
gr.Markdown("### Step 5: Select YOLO Model")
|
312 |
-
model_name = gr.Dropdown(choices=["yolov8n.pt", "
|
313 |
|
314 |
# Process the stream
|
315 |
process_button = gr.Button("Process Stream")
|
|
|
309 |
|
310 |
# Step 5: Select YOLO model
|
311 |
gr.Markdown("### Step 5: Select YOLO Model")
|
312 |
+
model_name = gr.Dropdown(choices=["yolov8n.pt", "yolo11n.pt","yolo12n.pt"], label="Select YOLO Model", value="yolov8n.pt")
|
313 |
|
314 |
# Process the stream
|
315 |
process_button = gr.Button("Process Stream")
|