sschellhammer commited on
Commit
9d34885
·
verified ·
1 Parent(s): 5755636

Update start.py

Browse files
Files changed (1) hide show
  1. start.py +0 -5
start.py CHANGED
@@ -1,12 +1,7 @@
1
  import os
2
  import subprocess
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
-
10
  HF_TOKEN = os.environ["HF_TOKEN"]
11
 
12
  # Dataset repo to push to
 
1
  import os
2
  import subprocess
 
3
  from huggingface_hub import CommitScheduler
4
 
 
 
 
 
5
  HF_TOKEN = os.environ["HF_TOKEN"]
6
 
7
  # Dataset repo to push to