Spaces:
Runtime error
Runtime error
Annas Dev
commited on
Commit
·
c36dbd6
1
Parent(s):
8cb5b3c
remove cache
Browse files
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
.env
|
2 |
venv
|
3 |
-
tmp
|
|
|
|
1 |
.env
|
2 |
venv
|
3 |
+
tmp
|
4 |
+
__pycache__
|
inference/__pycache__/annotate_image.cpython-38.pyc
DELETED
Binary file (1.85 kB)
|
|
inference/__pycache__/inference_handler.cpython-38.pyc
DELETED
Binary file (6.55 kB)
|
|
inference/__pycache__/ocr.cpython-38.pyc
DELETED
Binary file (2.65 kB)
|
|
inference/__pycache__/utils.cpython-38.pyc
DELETED
Binary file (2.4 kB)
|
|