Spaces:
Runtime error
Runtime error
Mohammed Innat
commited on
Commit
•
77eeab9
1
Parent(s):
2778924
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def main():
|
|
67 |
],
|
68 |
outputs=gr.outputs.Image(label="MediaPipe"),
|
69 |
title="Google MediaPipe Demo",
|
70 |
-
description="Few solutions of <a href='https://mediapipe.dev/'>Google MediaPipe</a> are presented here. Note, to test Objectron model, make sure to ensure <a href='https://github.com/google/mediapipe/blob/master/mediapipe/python/solutions/objectron.py#L128-L133'>Model Type</a>. Currently it only supports `Shoe`, `Chair`, `Cup` and `
|
71 |
examples=sample_images
|
72 |
)
|
73 |
|
|
|
67 |
],
|
68 |
outputs=gr.outputs.Image(label="MediaPipe"),
|
69 |
title="Google MediaPipe Demo",
|
70 |
+
description="Few solutions of <a href='https://mediapipe.dev/'>Google MediaPipe</a> are presented here. Note, to test `Objectron` model, make sure to ensure <a href='https://github.com/google/mediapipe/blob/master/mediapipe/python/solutions/objectron.py#L128-L133'>Model Type</a>. Currently it only supports `Shoe`, `Chair`, `Cup` and `Camera` object.",
|
71 |
examples=sample_images
|
72 |
)
|
73 |
|