Spaces:
Runtime error
Runtime error
| FROM lengyue233/fish-diffusion:latest | |
| WORKDIR /root/fish-diffusion | |
| COPY checkpoint.ckpt checkpoints/checkpoint.ckpt | |
| COPY exp_hifisinger.py configs/exp_hifisinger.py | |
| RUN python tools/hifisinger/inference.py --config configs/exp_hifisinger.py --checkpoint checkpoints/checkpoint.ckpt --speaker opencpop --max_slice_duration 120 --min_silence_duration 2 --gradio | |