Update start.py
Browse files
start.py
CHANGED
|
@@ -3,6 +3,7 @@ import subprocess
|
|
| 3 |
import git
|
| 4 |
from huggingface_hub import CommitScheduler
|
| 5 |
|
|
|
|
| 6 |
g = git.cmd.Git("/app/potato")
|
| 7 |
g.pull()
|
| 8 |
|
|
|
|
| 3 |
import git
|
| 4 |
from huggingface_hub import CommitScheduler
|
| 5 |
|
| 6 |
+
print("GIT pull to /app/potato")
|
| 7 |
g = git.cmd.Git("/app/potato")
|
| 8 |
g.pull()
|
| 9 |
|