Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -199,8 +199,8 @@ ensure_dependencies()
|
|
| 199 |
apply_patches()
|
| 200 |
|
| 201 |
# Create the Gradio interface
|
| 202 |
-
with gr.Blocks(title="
|
| 203 |
-
gr.Markdown("# π
|
| 204 |
gr.Markdown("Upload a video file to detect and track objects. Processing may take a few minutes depending on video length.")
|
| 205 |
|
| 206 |
# Add class reference information
|
|
|
|
| 199 |
apply_patches()
|
| 200 |
|
| 201 |
# Create the Gradio interface
|
| 202 |
+
with gr.Blocks(title="π Object Tracking") as app:
|
| 203 |
+
gr.Markdown("# π Object Tracking")
|
| 204 |
gr.Markdown("Upload a video file to detect and track objects. Processing may take a few minutes depending on video length.")
|
| 205 |
|
| 206 |
# Add class reference information
|