Voice-Emotion / manual_deploy.ps1
aniruddhakumarpaul's picture
Upload folder using huggingface_hub
f74654d verified
raw
history blame contribute delete
187 Bytes
Write-Host "Installing dependencies..." -ForegroundColor Cyan
pip install huggingface_hub
Write-Host "Starting deployment..." -ForegroundColor Green
python deploy_to_hf.py
Pause