Spaces:
Runtime error
Runtime error
JustinLin610
commited on
Commit
·
752f7ec
1
Parent(s):
bcb20cc
debug
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
os.system('cd fairseq;'
|
4 |
'pip install --use-feature=in-tree-build ./; cd ..')
|
5 |
|
6 |
-
os.system('pip uninstall easyocrlite;'
|
7 |
'cd ezocr;'
|
8 |
'pip install .; cd ..')
|
9 |
|
|
|
3 |
os.system('cd fairseq;'
|
4 |
'pip install --use-feature=in-tree-build ./; cd ..')
|
5 |
|
6 |
+
os.system('pip uninstall -y easyocrlite;'
|
7 |
'cd ezocr;'
|
8 |
'pip install .; cd ..')
|
9 |
|