Spaces:
Runtime error
Runtime error
cspocketindia
commited on
Commit
·
38fa95a
1
Parent(s):
d7f0d22
added debug logs
Browse files- gradio_app.py +1 -0
gradio_app.py
CHANGED
@@ -64,6 +64,7 @@ gradio.Interface(
|
|
64 |
|
65 |
|
66 |
def sync_logs():
|
|
|
67 |
if not repo.is_repo_clean():
|
68 |
repo.git_add()
|
69 |
repo.git_commit()
|
|
|
64 |
|
65 |
|
66 |
def sync_logs():
|
67 |
+
print(f"Repo Clean: {repo.is_repo_clean()}")
|
68 |
if not repo.is_repo_clean():
|
69 |
repo.git_add()
|
70 |
repo.git_commit()
|