Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Amelia-James
/
Voice-Cloning-Application
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Amelia-James
commited on
Nov 18, 2024
Commit
df13056
·
verified
·
1 Parent(s):
f276f86
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+4
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
# Install espeak-ng
3
+
sudo apt-get update
4
+
sudo apt-get install -y espeak-ng