AJ50's picture
Initial voice cloning backend with all dependencies
5008b66
raw
history blame
400 Bytes
# Flask backend environment variables
FLASK_APP=backend.app
FLASK_ENV=production
DEBUG=false
# HuggingFace configuration
HF_HOME=.cache/huggingface
# CORS configuration for production
CORS_ORIGINS=https://your-netlify-site.netlify.app
# Model configuration
MODEL_REPO_ENCODER=AJ50/voice-clone-encoder
MODEL_REPO_SYNTHESIZER=AJ50/voice-clone-synthesizer
MODEL_REPO_VOCODER=AJ50/voice-clone-vocoder