Spaces:
Runtime error
Runtime error
JustinLin610
commited on
Commit
•
e6f0107
1
Parent(s):
c7e3234
debug
Browse files
app.py
CHANGED
@@ -8,7 +8,8 @@ os.system('cd fairseq;'
|
|
8 |
os.system('cd ezocr;'
|
9 |
'pip install .; cd ..')
|
10 |
|
11 |
-
os.system('pip install
|
|
|
12 |
|
13 |
import torch
|
14 |
import numpy as np
|
|
|
8 |
os.system('cd ezocr;'
|
9 |
'pip install .; cd ..')
|
10 |
|
11 |
+
os.system('pip install https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.14.0-py3-none-any.whl'
|
12 |
+
'pip install "modelscope[cv]" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html')
|
13 |
|
14 |
import torch
|
15 |
import numpy as np
|