Spaces:
Runtime error
Runtime error
Update title and description
Browse files
app.py
CHANGED
@@ -83,8 +83,8 @@ demo = gr.Blocks()
|
|
83 |
with demo:
|
84 |
gr.Markdown(
|
85 |
"""
|
86 |
-
# Hand & Finger Tracking
|
87 |
-
|
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():
|