Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
85339f4
1
Parent(s):
3a6bbf1
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
os.system("git clone https://github.com/v-iashin/SpecVQGAN")
|
3 |
-
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")
|
4 |
|
5 |
from pathlib import Path
|
6 |
import soundfile
|
|
|
1 |
import os
|
2 |
os.system("git clone https://github.com/v-iashin/SpecVQGAN")
|
3 |
+
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")
|
4 |
|
5 |
from pathlib import Path
|
6 |
import soundfile
|