Spaces:
Runtime error
Runtime error
Rakesh Chavhan
commited on
Commit
•
c55ea6b
1
Parent(s):
d796d29
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -18,4 +18,4 @@ jobs:
|
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
|
21 |
-
run: git lfs fetch --all;git push --force https://chavhanrv111:$HF_TOKEN@huggingface.co/spaces/Sumit7864/Image-Enhancer
|
|
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
|
21 |
+
run: git checkout -b main;git lfs fetch --all;git push --force https://chavhanrv111:$HF_TOKEN@huggingface.co/spaces/Sumit7864/Image-Enhancer
|