JustinLin610 commited on
Commit
8c40668
1 Parent(s): d74b534
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ os.system('cd fairseq;'
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
 
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