Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
•
d0bfe28
1
Parent(s):
4f8631f
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
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')
|
|
|
1 |
import os
|
2 |
+
#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')
|