Spaces:
Runtime error
Runtime error
Commit
·
626cc1b
1
Parent(s):
e086001
Update config
Browse files
config.py
CHANGED
@@ -2,7 +2,7 @@ import imagehash
|
|
2 |
|
3 |
# -------------- Initializations ---------------------
|
4 |
|
5 |
-
DOWNLOAD_DIR = "downloads"
|
6 |
|
7 |
FRAME_BUFFER_HISTORY = 15 # Length of the frame buffer history to model background.
|
8 |
DEC_THRESH = (
|
|
|
2 |
|
3 |
# -------------- Initializations ---------------------
|
4 |
|
5 |
+
DOWNLOAD_DIR = "/downloads"
|
6 |
|
7 |
FRAME_BUFFER_HISTORY = 15 # Length of the frame buffer history to model background.
|
8 |
DEC_THRESH = (
|