weihuang11 commited on
Commit
07156c9
1 Parent(s): 5969f43

Change alg github repo

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -1
Dockerfile CHANGED
@@ -41,7 +41,7 @@ ENV HOME=/home/user \
41
  WORKDIR $HOME/app
42
 
43
  # Clone your repository or add your code to the container
44
- RUN git clone -b main https://github.com/fffiloni/video-retalking $HOME/app
45
 
46
  # Install specific versions of PyTorch and TorchVision
47
  RUN pip install torch==2.0.0+cu117 torchvision==0.15.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
 
41
  WORKDIR $HOME/app
42
 
43
  # Clone your repository or add your code to the container
44
+ RUN git clone -b main https://github.com/weijiang2023/video-retalking $HOME/app
45
 
46
  # Install specific versions of PyTorch and TorchVision
47
  RUN pip install torch==2.0.0+cu117 torchvision==0.15.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: LipSync from Algmon
3
  emoji: 🌍
4
  colorFrom: gray
5
  colorTo: purple
 
1
  ---
2
+ title: LipSync
3
  emoji: 🌍
4
  colorFrom: gray
5
  colorTo: purple