Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pythonitalia
/
realtime-transcription
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b49203e
realtime-transcription
/
server
/
entrypoint.sh
rrevo
dockerilfe
b49203e
over 1 year ago
raw
Copy download link
history
blame
Safe
173 Bytes
#!/bin/bash
source
./.venv/bin/activate
pip install flash_attn --no-build-isolation
echo
"Installation done"
./.venv/bin/uvicorn src.main:app --host 0.0.0.0 --port 7860