tstone87 commited on
Commit
6ab3263
·
verified ·
1 Parent(s): fc38e58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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.
 
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.