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