naotokui commited on
Commit
e0ce7d2
1 Parent(s): 11ef812

added conda command

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  #%%
2
  import os
3
  os.system("git clone https://github.com/v-iashin/SpecVQGAN")
 
 
4
  os.system("pip install pytorch-lightning==1.2.10 omegaconf==2.0.6 streamlit==0.80 matplotlib==3.4.1 albumentations==0.5.2 SoundFile torch torchvision librosa gdown")
5
 
6
 
 
1
  #%%
2
  import os
3
  os.system("git clone https://github.com/v-iashin/SpecVQGAN")
4
+ os.system("conda env create -f ./SpecVQGAN/conda_env.yml")
5
+ os.system("conda activate specvqgan")
6
  os.system("pip install pytorch-lightning==1.2.10 omegaconf==2.0.6 streamlit==0.80 matplotlib==3.4.1 albumentations==0.5.2 SoundFile torch torchvision librosa gdown")
7
 
8