Hmjz100 commited on
Commit
b0dad60
·
1 Parent(s): b4300cb

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +2 -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 glob --allow-external glob --allow-unverified glob​​​")
8
- import glob
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
- glob
7
  gin-config
8
  immutabledict
9
  librosa
 
3
  absl-py
4
  ddsp
5
  flax
6
+ glob2
7
  gin-config
8
  immutabledict
9
  librosa