Spaces:
Runtime error
Runtime error
Mohammed Innat
commited on
Commit
•
828ef5a
1
Parent(s):
8478e62
Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,9 @@ def main():
|
|
48 |
label='Solutions'
|
49 |
),
|
50 |
],
|
51 |
-
|
52 |
outputs=gr.outputs.Image(label="MediaPipe"),
|
|
|
|
|
53 |
examples=sample_images
|
54 |
)
|
55 |
|
|
|
48 |
label='Solutions'
|
49 |
),
|
50 |
],
|
|
|
51 |
outputs=gr.outputs.Image(label="MediaPipe"),
|
52 |
+
title="Google MediaPipe Demo",
|
53 |
+
description="Few solutions of <a href='https://mediapipe.dev/'>Google MediaPipe</a> are presented here.",
|
54 |
examples=sample_images
|
55 |
)
|
56 |
|