Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AlexK-PL
/
vits-v2-8khz-inference
like
0
Runtime error
App
Files
Files
Community
0696448
vits-v2-8khz-inference
/
docker-compose.yml
AlexK-PL
Create docker-compose.yml
6ac5bee
verified
10 months ago
raw
Copy download link
history
blame
Safe
202 Bytes
version:
'3.9'
services:
app:
build:
context:
.
environment:
-
GRADIO_SERVER_PORT=7860
-
GRADIO_SERVER_NAME=0.0.0.0
restart:
unless-stopped
ports:
-
7860
:7860