Midnightar's picture
Update README.md
18cde84 verified
|
raw
history blame
420 Bytes
metadata
title: Voice Gender Detection
emoji: 🏒
colorFrom: gray
colorTo: purple
sdk: gradio
sdk_version: 5.47.0
app_file: app.py
pinned: false

Endpoints:

  • GET /health β†’ {"status":"ok"}
  • GET /labels β†’ model labels
  • POST /predict (multipart form, field name file) β†’ JSON with top label and scores

Example:

curl -X POST -F "file=@sample.wav" https://USERNAME-PROJECTNAME.hf.space/predict