osanseviero HF staff commited on
Commit
d8c7865
1 Parent(s): 5adb7c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def fork(source_repo, dst_repo, token, repo_type):
59
 
60
  # Push!
61
  subprocess.run(
62
- "git lfs push --force origin main".split(),
63
  stderr=subprocess.PIPE,
64
  stdout=subprocess.PIPE,
65
  encoding="utf-8",
 
59
 
60
  # Push!
61
  subprocess.run(
62
+ "git push --force origin main".split(),
63
  stderr=subprocess.PIPE,
64
  stdout=subprocess.PIPE,
65
  encoding="utf-8",