leolxliu commited on
Commit
08d6e0a
·
1 Parent(s): 66a8f87
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -45,7 +45,7 @@ ENV HOME=/root \
45
 
46
 
47
  WORKDIR $HOME/app
48
- RUN git clone -b master https://github.com/Rudrabha/Wav2Lip $HOME/app
49
  COPY . $HOME/app/
50
 
51
 
@@ -56,6 +56,6 @@ RUN pip install git+https://github.com/elliottzheng/batch-face.git@master
56
  RUN pip install --no-cache-dir -r requirements.txt
57
  ENV PYTHONUNBUFFERED=1
58
 
59
- CMD ["python", "app.py"]
60
 
61
 
 
45
 
46
 
47
  WORKDIR $HOME/app
48
+ RUN git clone -b master https://github.com/justinjohn0306/Wav2Lip $HOME/app
49
  COPY . $HOME/app/
50
 
51
 
 
56
  RUN pip install --no-cache-dir -r requirements.txt
57
  ENV PYTHONUNBUFFERED=1
58
 
59
+ CMD ["gradio", "app.py"]
60
 
61