Spaces:
Sleeping
Sleeping
devanshsrivastav
commited on
Commit
•
0903581
1
Parent(s):
f3007f9
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -19,5 +19,5 @@ jobs:
|
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
HF_username: devanshsrivastav # your huggingface.co username here (check your profile page)
|
22 |
-
HF_space_name:
|
23 |
run: git push https://$HF_username:$HF_TOKEN@huggingface.co/spaces/$HF_username/$HF_space_name main
|
|
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
HF_username: devanshsrivastav # your huggingface.co username here (check your profile page)
|
22 |
+
HF_space_name: goemotions2 # name of the hub space to which you want to push the model
|
23 |
run: git push https://$HF_username:$HF_TOKEN@huggingface.co/spaces/$HF_username/$HF_space_name main
|