Commit
·
2e8e58e
1
Parent(s):
bc429c7
Use SSH when setting up HF remote
Browse files
README.md
CHANGED
@@ -44,6 +44,6 @@ If you want to update the HuggingFace space, you should add a remote pointing to
|
|
44 |
You might need to [add your machine's SSH key](https://huggingface.co/settings/keys) to HuggingFace.
|
45 |
|
46 |
```sh
|
47 |
-
git remote add hf
|
48 |
git push hf main
|
49 |
```
|
|
|
44 |
You might need to [add your machine's SSH key](https://huggingface.co/settings/keys) to HuggingFace.
|
45 |
|
46 |
```sh
|
47 |
+
git remote add hf git@hf.co:spaces/UD-Filipino/filbench-leaderboard
|
48 |
git push hf main
|
49 |
```
|