Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
johngoad
/
Face-Mesh
like
9
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
johngoad
commited on
Sep 22, 2022
Commit
f8337cc
Β·
1 Parent(s):
0e0e3c1
Update app.py
Browse files
Updated the source repo
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import mediapipe as mp
2
import gradio as gr
3
import cv2
1
+
#Face Mesh imported from akhaliq/Face_Mesh HuggingFace Repo
2
import mediapipe as mp
3
import gradio as gr
4
import cv2