TrungTran commited on
Commit
fd39792
Β·
verified Β·
1 Parent(s): eeafd08

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/faceage-clientscan)
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: