Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks(css="""
|
|
86 |
}
|
87 |
""") as demo:
|
88 |
# Header with scaled image (25% width) and title.
|
89 |
-
|
90 |
gr.Markdown("## Pose Detection with YOLO11-pose")
|
91 |
|
92 |
# Create two columns.
|
|
|
86 |
}
|
87 |
""") as demo:
|
88 |
# Header with scaled image (25% width) and title.
|
89 |
+
gr.HTML("<div style='text-align:center;'><img src='/crowdresult.jpg' style='width:25%;'/></div>")
|
90 |
gr.Markdown("## Pose Detection with YOLO11-pose")
|
91 |
|
92 |
# Create two columns.
|