Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -280,7 +280,7 @@ Upload a photo. **YuNet** auto-detects faces, then **FaceAge ClientScan** predic
|
|
| 280 |
| β‘ Speed | ~100 ms / face on CPU (ONNX FP32) |
|
| 281 |
| π Detector | YuNet (OpenCV, ~350 KB) |
|
| 282 |
|
| 283 |
-
[π Model Card](https://huggingface.co/TrungTran/
|
| 284 |
"""
|
| 285 |
|
| 286 |
with gr.Blocks(title="FaceAge ClientScan", theme=gr.themes.Soft()) as demo:
|
|
|
|
| 280 |
| β‘ Speed | ~100 ms / face on CPU (ONNX FP32) |
|
| 281 |
| π Detector | YuNet (OpenCV, ~350 KB) |
|
| 282 |
|
| 283 |
+
[π Model Card](https://huggingface.co/TrungTran/faceage_ClientScan)
|
| 284 |
"""
|
| 285 |
|
| 286 |
with gr.Blocks(title="FaceAge ClientScan", theme=gr.themes.Soft()) as demo:
|