Update script/install.sh
Browse files- script/install.sh +3 -3
script/install.sh
CHANGED
@@ -15,7 +15,7 @@ pip install gradio==3.39.0 zip gdown ffmpeg==1.4
|
|
15 |
|
16 |
# Install Pytorch Correlation
|
17 |
#git clone https://github.com/ClementPinard/Pytorch-Correlation-extension.git
|
18 |
-
cd Pytorch-Correlation-extension
|
19 |
-
python setup.py install
|
20 |
-
cd -
|
21 |
|
|
|
15 |
|
16 |
# Install Pytorch Correlation
|
17 |
#git clone https://github.com/ClementPinard/Pytorch-Correlation-extension.git
|
18 |
+
#cd Pytorch-Correlation-extension
|
19 |
+
#python setup.py install
|
20 |
+
#cd -
|
21 |
|