Spaces:
Runtime error
Runtime error
Commit
·
47741b1
1
Parent(s):
1120d33
update install ezocr
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ os.system('cd fairseq;'
|
|
5 |
os.system('ls -l')
|
6 |
|
7 |
os.system('cd ezocr;'
|
8 |
-
'pip install -
|
9 |
os.system('ls -l')
|
10 |
|
11 |
import torch
|
|
|
5 |
os.system('ls -l')
|
6 |
|
7 |
os.system('cd ezocr;'
|
8 |
+
'pip install --use-feature=in-tree-build ./; cd ..')
|
9 |
os.system('ls -l')
|
10 |
|
11 |
import torch
|