Spaces:
Sleeping
Sleeping
| Write-Host "Installing dependencies..." -ForegroundColor Cyan | |
| pip install huggingface_hub | |
| Write-Host "Starting deployment..." -ForegroundColor Green | |
| python deploy_to_hf.py | |
| Pause | |
| Write-Host "Installing dependencies..." -ForegroundColor Cyan | |
| pip install huggingface_hub | |
| Write-Host "Starting deployment..." -ForegroundColor Green | |
| python deploy_to_hf.py | |
| Pause | |