Spaces:
Runtime error
Runtime error
Shrirang20
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
#
|
21 |
import os
|
22 |
|
23 |
-
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')
|
|
|
20 |
#
|
21 |
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 /ai4b_nemo.zip')
|
26 |
os.chdir('NeMo')
|