Spaces:
Sleeping
Sleeping
lengyue233
commited on
Commit
•
a4c9be0
1
Parent(s):
f429ec1
fix python path
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 |
-
RUN
|
|
|
4 |
COPY checkpoint.ckpt checkpoints/checkpoint.ckpt
|
5 |
COPY exp_hifisinger.py configs/exp_hifisinger.py
|
6 |
|
7 |
+
RUN 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
|