Shrirang20 commited on
Commit
7b630be
·
verified ·
1 Parent(s): 925a513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')