Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OpenSound
/
SSR-Speech
like
6
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
525eeaf
SSR-Speech
/
setup.sh
OpenSound
Update setup.sh
8c48191
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
131 Bytes
#!/bin/bash
apt-get update
apt list -a espeak-ng
apt-get install -y espeak-ng
apt-get install ffmpeg
pip install phonemizer==3.2.1