Spaces:
Runtime error
Runtime error
update gradio listening
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -18,4 +18,7 @@ COPY checkpoint.ckpt checkpoints/checkpoint.ckpt
|
|
18 |
COPY exp_hifisinger.py configs/exp_hifisinger.py
|
19 |
RUN chmod -R 777 /root/fish-diffusion
|
20 |
|
|
|
|
|
|
|
21 |
CMD python3 tools/hifisinger/inference.py --config configs/exp_hifisinger.py --checkpoint checkpoints/checkpoint.ckpt --speaker opencpop --max_slice_duration 120 --min_silence_duration 2 --gradio
|
|
|
18 |
COPY exp_hifisinger.py configs/exp_hifisinger.py
|
19 |
RUN chmod -R 777 /root/fish-diffusion
|
20 |
|
21 |
+
ENV GRADIO_SERVER_NAME=0.0.0.0
|
22 |
+
ENV GRADIO_SERVER_PORT=7860
|
23 |
+
|
24 |
CMD python3 tools/hifisinger/inference.py --config configs/exp_hifisinger.py --checkpoint checkpoints/checkpoint.ckpt --speaker opencpop --max_slice_duration 120 --min_silence_duration 2 --gradio
|