kristyc commited on
Commit
6e7a1b6
·
1 Parent(s): 18a5bd9

Update title and description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,8 +83,8 @@ demo = gr.Blocks()
83
  with demo:
84
  gr.Markdown(
85
  """
86
- # Hand & Finger Tracking
87
- This is a demo of hand and finger tracking using [Google's MediaPipe](https://google.github.io/mediapipe/solutions/hands.html).
88
  """)
89
 
90
  with gr.Column():
 
83
  with demo:
84
  gr.Markdown(
85
  """
86
+ # MediaPipe's Hand & Finger Tracking
87
+ A demo of hand and finger tracking using [Google's MediaPipe](https://google.github.io/mediapipe/solutions/hands.html).
88
  """)
89
 
90
  with gr.Column():