Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
3c03534
1
Parent(s):
f1edc56
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import sys
|
|
5 |
sys.path.append('.')
|
6 |
import gradio as gr
|
7 |
os.system('pip install -U torchtext==0.8.0')
|
8 |
-
os.system('python setup.py install')
|
9 |
|
10 |
#os.system('./separate_scripts/download_checkpoints.sh')
|
11 |
|
|
|
5 |
sys.path.append('.')
|
6 |
import gradio as gr
|
7 |
os.system('pip install -U torchtext==0.8.0')
|
8 |
+
os.system('python setup.py install --install-dir .')
|
9 |
|
10 |
#os.system('./separate_scripts/download_checkpoints.sh')
|
11 |
|