Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -203,12 +203,12 @@ def process_video_gradio(video_file, progress=gr.Progress()):
|
|
| 203 |
# Create the Gradio interface
|
| 204 |
def create_interface():
|
| 205 |
with gr.Blocks(
|
| 206 |
-
title="
|
| 207 |
theme=gr.themes.Soft()
|
| 208 |
) as demo:
|
| 209 |
|
| 210 |
gr.Markdown("""
|
| 211 |
-
# 🎯
|
| 212 |
|
| 213 |
Upload a video to detect and track humans using YOLOv11. The app will:
|
| 214 |
- 🔍 Detect humans in each frame
|
|
|
|
| 203 |
# Create the Gradio interface
|
| 204 |
def create_interface():
|
| 205 |
with gr.Blocks(
|
| 206 |
+
title="Dynamic Veme Processor",
|
| 207 |
theme=gr.themes.Soft()
|
| 208 |
) as demo:
|
| 209 |
|
| 210 |
gr.Markdown("""
|
| 211 |
+
# 🎯 Dynamic Veme Processor
|
| 212 |
|
| 213 |
Upload a video to detect and track humans using YOLOv11. The app will:
|
| 214 |
- 🔍 Detect humans in each frame
|