Spaces:
Runtime error
Runtime error
Shrirang20
commited on
Commit
•
d579da7
1
Parent(s):
c86533b
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,13 @@
|
|
18 |
#
|
19 |
# cd ..
|
20 |
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
# Commented out IPython magic to ensure Python compatibility.
|
23 |
# %%capture
|
|
|
18 |
#
|
19 |
# cd ..
|
20 |
#
|
21 |
+
import os
|
22 |
+
|
23 |
+
os.system('wget https://indic-asr-public.objectstore.e2enetworks.net/ai4b_nemo.zip')
|
24 |
+
os.system('unzip -q /content/ai4b_nemo.zip')
|
25 |
+
os.chdir('NeMo')
|
26 |
+
os.system('bash reinstall.sh')
|
27 |
+
os.chdir('..')
|
28 |
|
29 |
# Commented out IPython magic to ensure Python compatibility.
|
30 |
# %%capture
|