Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
niknikita
/
faceid-public
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c7df1da
faceid-public
/
app.py
niknikita
Update app.py
c7df1da
verified
3 months ago
raw
Copy download link
history
blame
Safe
160 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/niknikita/faceid"
,
).launch()
if
__name__ ==
"__main__"
:
gradio_app.launch()