Turing311 commited on
Commit
0ab31ed
·
1 Parent(s): d30a373
Files changed (3) hide show
  1. app.py +1 -1
  2. push.bat +3 -0
  3. requirements.txt +1 -0
app.py CHANGED
@@ -19,7 +19,7 @@ from ocrengine.ocrengine import TTVOcrBarCode
19
  from ocrengine.ocrengine import ttv_if_checker
20
 
21
  # Set the template and static folder to the client build
22
- app = Flask(__name__, template_folder="client/build", static_folder="client/build/static")
23
 
24
  ocrHWID = TTVOcrGetHWID()
25
  print('ocr hwid: ', ocrHWID.decode('utf-8'))
 
19
  from ocrengine.ocrengine import ttv_if_checker
20
 
21
  # Set the template and static folder to the client build
22
+ app = Flask(__name__)
23
 
24
  ocrHWID = TTVOcrGetHWID()
25
  print('ocr hwid: ', ocrHWID.decode('utf-8'))
push.bat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ git add .
2
+ git commit -m %1
3
+ git push
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  flask
2
  flask-cors
3
  gradio
 
1
+ opencv-python
2
  flask
3
  flask-cors
4
  gradio