Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wuhp
/
facerec
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4166933
facerec
/
app.py
wuhp
Update app.py
4166933
verified
5 months ago
raw
Copy download link
history
blame
Safe
132 Bytes
import
gradio
as
gr
from
face_pipeline
import
FacePipeline
pipeline = FacePipeline()
if
__name__ ==
"__main__"
:
iface.launch()