Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- app.py +2 -2
- requirements.txt +1 -1
app.py
CHANGED
@@ -4,8 +4,8 @@ os.system("pip install gradio")
|
|
4 |
import gradio as gr
|
5 |
from pathlib import Path
|
6 |
os.system("pip install gsutil")
|
7 |
-
os.system("pip install
|
8 |
-
import
|
9 |
|
10 |
|
11 |
os.system("git clone --branch=main https://github.com/google-research/t5x")
|
|
|
4 |
import gradio as gr
|
5 |
from pathlib import Path
|
6 |
os.system("pip install gsutil")
|
7 |
+
os.system("pip install glob2")
|
8 |
+
import glob2
|
9 |
|
10 |
|
11 |
os.system("git clone --branch=main https://github.com/google-research/t5x")
|
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ pyfluidsynth
|
|
3 |
absl-py
|
4 |
ddsp
|
5 |
flax
|
6 |
-
|
7 |
gin-config
|
8 |
immutabledict
|
9 |
librosa
|
|
|
3 |
absl-py
|
4 |
ddsp
|
5 |
flax
|
6 |
+
glob2
|
7 |
gin-config
|
8 |
immutabledict
|
9 |
librosa
|