Spaces:
Runtime error
Runtime error
fix docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,4 +4,4 @@ WORKDIR /root/fish-diffusion
|
|
4 |
COPY checkpoint.ckpt checkpoints/checkpoint.ckpt
|
5 |
COPY exp_hifisinger.py configs/exp_hifisinger.py
|
6 |
|
7 |
-
|
|
|
4 |
COPY checkpoint.ckpt checkpoints/checkpoint.ckpt
|
5 |
COPY exp_hifisinger.py configs/exp_hifisinger.py
|
6 |
|
7 |
+
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
|