Spaces:
Sleeping
Sleeping
| # Environment Variables Configuration | |
| # API Security | |
| API_KEY=your-secret-api-key-here-change-this-in-production | |
| # Model Configuration | |
| MODEL_NAME=mo-thecreator/Deepfake-audio-detection | |
| SAMPLE_RATE=16000 | |
| # Server Configuration | |
| HOST=0.0.0.0 | |
| PORT=8000 | |