aikenml commited on
Commit
c04701e
β€’
1 Parent(s): c0e03b0

Update script/install.sh

Browse files
Files changed (1) hide show
  1. 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