BladeSzaSza commited on
Commit
ad05294
Β·
1 Parent(s): 37a9bd4

fixed toml

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. demo/app.py +2 -2
README.md CHANGED
@@ -23,7 +23,7 @@ tags:
23
  - agentic-analysis
24
  - overlay-video
25
  - temporal-patterns
26
- short_description: Professional movement analysis with 15 pose models, AI-powered insights, and interactive visualization
27
  license: apache-2.0
28
  ---
29
 
 
23
  - agentic-analysis
24
  - overlay-video
25
  - temporal-patterns
26
+ short_description: Laban Movement Analysis (LMA) from pose estimation
27
  license: apache-2.0
28
  ---
29
 
demo/app.py CHANGED
@@ -149,14 +149,14 @@ def create_demo() -> gr.Blocks:
149
  # ── Hero banner ──
150
  gr.Markdown(
151
  """
152
- # 🎭 Laban Movement Analysis
153
 
154
  Pose estimation β€’ AI action recognition β€’ Movement Analysis
155
  """
156
  )
157
  with gr.Tabs():
158
  # Tab 1: Standard Analysis
159
- with gr.Tab("🎬 Standard Analysis"):
160
  gr.Markdown("""
161
  ### Upload a video file to analyze movement using traditional LMA metrics with pose estimation.
162
  """)
 
149
  # ── Hero banner ──
150
  gr.Markdown(
151
  """
152
+ # 🩰 Laban Movement Analysis
153
 
154
  Pose estimation β€’ AI action recognition β€’ Movement Analysis
155
  """
156
  )
157
  with gr.Tabs():
158
  # Tab 1: Standard Analysis
159
+ with gr.Tab("🎭 Standard Analysis"):
160
  gr.Markdown("""
161
  ### Upload a video file to analyze movement using traditional LMA metrics with pose estimation.
162
  """)