File size: 362 Bytes
60d41a0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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