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...
7b84088
realtime-transcription
/
server
/
entrypoint.sh
rrevo
dockerilfe
7b84088
over 1 year ago
raw
Copy download link
history
blame
Safe
156 Bytes
#!/bin/bash
./.venv/bin/pip install flash_attn --no-build-isolation
echo
"Installation done"
./.venv/bin/uvicorn src.main:app --host 0.0.0.0 --port 7860