Mohammed Innat commited on
Commit
8eb6223
1 Parent(s): 1e812b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.",
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 `Camer` object.",
71
  examples=sample_images
72
  )
73