Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -8,6 +8,9 @@ os.system('pip install -U torchtext==0.8.0')
|
|
8 |
#os.system('python setup.py install --install-dir .')
|
9 |
from scipy.io import wavfile
|
10 |
|
|
|
|
|
|
|
11 |
os.system('./separate_scripts/download_checkpoints.sh')
|
12 |
|
13 |
def inference(audio):
|
|
|
8 |
#os.system('python setup.py install --install-dir .')
|
9 |
from scipy.io import wavfile
|
10 |
|
11 |
+
os.system('chmod a+x ./separate_scripts/*.sh')
|
12 |
+
os.system('chmod a+x ./scripts/*.sh')
|
13 |
+
os.system('chmod a+x ./scripts/*/*.sh')
|
14 |
os.system('./separate_scripts/download_checkpoints.sh')
|
15 |
|
16 |
def inference(audio):
|