Spaces:
Runtime error
Runtime error
weihuang11
commited on
Commit
•
07156c9
1
Parent(s):
5969f43
Change alg github repo
Browse files- Dockerfile +1 -1
- 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/
|
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
|
3 |
emoji: 🌍
|
4 |
colorFrom: gray
|
5 |
colorTo: purple
|
|
|
1 |
---
|
2 |
+
title: LipSync
|
3 |
emoji: 🌍
|
4 |
colorFrom: gray
|
5 |
colorTo: purple
|