Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.14.0
metadata
title: My Gradio Space
emoji: 🚀
colorFrom: blue
colorTo: purple
sdk: gradio
python_version: 3.12
Hugging Face Space setup
Files
app.pyrequirements.txt
Notes
- This app stores registered faces under
face_db/ - Processed videos are written to
outputs/ - For better speed, use a GPU Space if available
- First run may take time because RetinaFace / DeepFace need model downloads
- ESRGAN enhancement can be toggled from checkbox before embedding for webcam/register images and video face crops
- First ESRGAN use may take additional time because Real-ESRGAN will download
RealESRGAN_x4plus.pthintoweights/ - Runtime is pinned to Python 3.12 and
numpy<2to avoid OpenCV import issues
Suggested Space settings
- SDK: Gradio
- Python entry file:
app.py
Optional folders to keep in repo
face_db/.gitkeepoutputs/.gitkeeptemp_faces/.gitkeep