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

Update app.py

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