Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
9868c23
1
Parent(s):
7c0b7db
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ os.system("pip install pytorch-lightning==1.2.10 omegaconf==2.0.6 streamlit==0.8
|
|
5 |
from pathlib import Path
|
6 |
import soundfile
|
7 |
import torch
|
|
|
8 |
|
9 |
os.chdir("SpecVQGAN")
|
10 |
|
|
|
5 |
from pathlib import Path
|
6 |
import soundfile
|
7 |
import torch
|
8 |
+
import gradio as gr
|
9 |
|
10 |
os.chdir("SpecVQGAN")
|
11 |
|