Spaces:
Sleeping
Sleeping
Update interfacetest2.py
Browse files- interfacetest2.py +2 -2
interfacetest2.py
CHANGED
|
@@ -261,8 +261,8 @@ interface = gr.Interface(
|
|
| 261 |
gr.Slider(0, 1, value=0.45, step=0.05, label="IoU Threshold"),
|
| 262 |
],
|
| 263 |
outputs=gr.Video(label="Processed Video"),
|
| 264 |
-
title="
|
| 265 |
-
description="Upload a video to
|
| 266 |
)
|
| 267 |
|
| 268 |
# Set up FastAPI app
|
|
|
|
| 261 |
gr.Slider(0, 1, value=0.45, step=0.05, label="IoU Threshold"),
|
| 262 |
],
|
| 263 |
outputs=gr.Video(label="Processed Video"),
|
| 264 |
+
title="Retail Shop Monitoring",
|
| 265 |
+
# description="Upload a video to check "
|
| 266 |
)
|
| 267 |
|
| 268 |
# Set up FastAPI app
|