lengyue233 commited on
Commit
8dc5410
1 Parent(s): 3f55302

trigger rebuild

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,6 +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
  ENV GRADIO_SERVER_NAME=0.0.0.0
22
  ENV GRADIO_SERVER_PORT=7860
23
 
 
18
  COPY exp_hifisinger.py configs/exp_hifisinger.py
19
  RUN chmod -R 777 /root/fish-diffusion
20
 
21
+
22
  ENV GRADIO_SERVER_NAME=0.0.0.0
23
  ENV GRADIO_SERVER_PORT=7860
24