added updated
Browse files- .github/workflows/main.yml +1 -1
- demo +1 -0
.github/workflows/main.yml
CHANGED
@@ -20,4 +20,4 @@ jobs:
|
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF: ${{ secrets.HF }}
|
23 |
-
run: git push https://kedartvd3:$HF@huggingface.co/spaces/kedartvd3/demo main
|
|
|
20 |
- name: Push to hub
|
21 |
env:
|
22 |
HF: ${{ secrets.HF }}
|
23 |
+
run: git push https://kedartvd3:$HF@huggingface.co/spaces/kedartvd3/demo main --force
|
demo
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit c915211df4765661104bcbe9a344c2957767e125
|