Spaces:
Running
on
Zero
Running
on
Zero
LPX55
commited on
Commit
·
ee54001
1
Parent(s):
5ccb60d
wrapper error
Browse files
debug.py
CHANGED
@@ -25,7 +25,6 @@ scheduler = CommitScheduler(
|
|
25 |
private=True,
|
26 |
token=HF_TOKEN,
|
27 |
allow_patterns=["*.csv", "images/*.png", "images/*.webp", "images/*.jpg", "images/*.jpeg"],
|
28 |
-
commit_message="DEBUG_MODE=1",
|
29 |
path_in_repo="v" + APP_VERSION
|
30 |
|
31 |
)
|
|
|
25 |
private=True,
|
26 |
token=HF_TOKEN,
|
27 |
allow_patterns=["*.csv", "images/*.png", "images/*.webp", "images/*.jpg", "images/*.jpeg"],
|
|
|
28 |
path_in_repo="v" + APP_VERSION
|
29 |
|
30 |
)
|