Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
okewunmi
/
tts
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fd3c8cb
tts
/
build.sh
okewunmi
Create build.sh
fd3c8cb
verified
3 months ago
raw
Copy download link
history
blame
Safe
179 Bytes
#!/bin/bash
set
-e
echo
"Starting build process..."
# Make sure install.sh is executable
chmod
+x install.sh
# Run the installation
./install.sh
echo
"Build process complete!"