Spaces:
Runtime error
Runtime error
Update
Browse files- app.py +1 -1
- push.bat +3 -0
- 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__
|
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
|