Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
·
eeabd5d
1
Parent(s):
87dca7d
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
os.system('wget https://huggingface.co/datasets/Harveenchadha/ai4bharat-models/blob/main/en-indic.zip')
|
|
|
3 |
os.system('unzip /home/user/app/en-indic.zip')
|
4 |
|
5 |
from indicTrans.inference.engine import Model
|
|
|
1 |
import os
|
2 |
os.system('wget https://huggingface.co/datasets/Harveenchadha/ai4bharat-models/blob/main/en-indic.zip')
|
3 |
+
os.system('pwd')
|
4 |
os.system('unzip /home/user/app/en-indic.zip')
|
5 |
|
6 |
from indicTrans.inference.engine import Model
|