Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,8 +182,8 @@ interface = gr.Interface(
|
|
| 182 |
gr.Slider(0, 1, value=0.45, step=0.05, label="IoU Threshold"),
|
| 183 |
],
|
| 184 |
outputs=gr.Video(label="Processed Video"),
|
| 185 |
-
title="
|
| 186 |
-
description="Upload a video to run YOLO detection with custom parameters."
|
| 187 |
)
|
| 188 |
|
| 189 |
interface.launch()
|
|
|
|
| 182 |
gr.Slider(0, 1, value=0.45, step=0.05, label="IoU Threshold"),
|
| 183 |
],
|
| 184 |
outputs=gr.Video(label="Processed Video"),
|
| 185 |
+
title="Retail Shop Monitoring System",
|
| 186 |
+
# description="Upload a video to run YOLO detection with custom parameters."
|
| 187 |
)
|
| 188 |
|
| 189 |
interface.launch()
|