Spaces:
Runtime error
Runtime error
JustinLin610
commited on
Commit
·
bcb20cc
1
Parent(s):
955051b
update
Browse files
app.py
CHANGED
@@ -3,7 +3,8 @@ import os
|
|
3 |
os.system('cd fairseq;'
|
4 |
'pip install --use-feature=in-tree-build ./; cd ..')
|
5 |
|
6 |
-
os.system('
|
|
|
7 |
'pip install .; cd ..')
|
8 |
|
9 |
import torch
|
|
|
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 |
|
10 |
import torch
|