Spaces:
Runtime error
Runtime error
Shrirang20
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ import os
|
|
22 |
|
23 |
print("CURRENT WORKING DIRECTORY:",os.getcwd())
|
24 |
os.system('wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip')
|
25 |
-
os.system('unzip -q
|
26 |
os.chdir('NeMo')
|
27 |
os.system('bash reinstall.sh')
|
28 |
os.chdir('..')
|
|
|
22 |
|
23 |
print("CURRENT WORKING DIRECTORY:",os.getcwd())
|
24 |
os.system('wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip')
|
25 |
+
os.system('unzip -q ai4b_nemo.zip')
|
26 |
os.chdir('NeMo')
|
27 |
os.system('bash reinstall.sh')
|
28 |
os.chdir('..')
|