Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
·
3fcc687
1
Parent(s):
6e44d27
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,7 @@ import gradio as gr
|
|
3 |
|
4 |
os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
|
5 |
os.system('unzip /home/user/app/en-indic.zip')
|
6 |
-
|
7 |
-
os.system('pip install numpy')
|
8 |
|
9 |
from fairseq import checkpoint_utils, distributed_utils, options, tasks, utils
|
10 |
|
|
|
3 |
|
4 |
os.system('wget -q https://storage.googleapis.com/vakyaansh-open-models/translation_models/en-indic.zip')
|
5 |
os.system('unzip /home/user/app/en-indic.zip')
|
6 |
+
|
|
|
7 |
|
8 |
from fairseq import checkpoint_utils, distributed_utils, options, tasks, utils
|
9 |
|