Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
DuyTa
/
Graduation
like
1
License:
mit
Model card
Files
Files and versions
Community
3
refs/pr/3
Graduation
/
whisper_pipeline
/
start.sh
DuyTa
Upload folder using huggingface_hub
c3b1078
verified
about 1 month ago
raw
Copy download link
history
blame
126 Bytes
#!/bin/bash
# Start the FastAPI server with uvicorn
exec
uvicorn api:app --host
$HOST
--port
$PORT
--forwarded-allow-ips
'*'