litellm / services /whisper /start.sh
Ava2lon's picture
Upload 205 files
1425afc verified
Raw
History Blame Contribute Delete
93 Bytes
#!/bin/bash
echo "Starting Fast-Whisper API..."
uvicorn main:app --host 0.0.0.0 --port 7860