Spaces:
Runtime error
Runtime error
harveen
commited on
Commit
·
089e9e0
1
Parent(s):
9273161
Add
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ os.system('wget -q https://storage.googleapis.com/vakyansh-open-models/tts/hindi
|
|
4 |
os.system('wget -q https://storage.googleapis.com/vakyansh-open-models/translit_models.zip -P ttsv/checkpoints/ && unzip -q ttsv/checkpoints/translit_models.zip -d ttsv/checkpoints/')
|
5 |
|
6 |
|
7 |
-
for path, subdirs, files in os.walk('
|
8 |
print(subdirs)
|
9 |
for name in files:
|
10 |
print(os.path.join(path, name))
|
|
|
4 |
os.system('wget -q https://storage.googleapis.com/vakyansh-open-models/translit_models.zip -P ttsv/checkpoints/ && unzip -q ttsv/checkpoints/translit_models.zip -d ttsv/checkpoints/')
|
5 |
|
6 |
|
7 |
+
for path, subdirs, files in os.walk('ttsv/checkpoints/'):
|
8 |
print(subdirs)
|
9 |
for name in files:
|
10 |
print(os.path.join(path, name))
|