Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
HirCoir
/
Piper-TTS-Spanish
like
6
Running
App
Files
Files
Community
6
18bb8fb
Piper-TTS-Spanish
/
Dockerfile
HirCoir
Update Dockerfile
18bb8fb
verified
8 months ago
raw
Copy download link
history
blame
Safe
166 Bytes
FROM
python:
3.12
WORKDIR
/code
RUN
pip install --upgrade pip
RUN
pip install gradio
RUN
pip install --no-cache-dir --upgrade gradio
COPY
. .
CMD
[
"python3 app.py"
]