osanseviero
commited on
Commit
•
f6081d3
1
Parent(s):
867f29d
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ First create a repo in https://hf.co/new.
|
|
19 |
Then clone this template and push it to your repo.
|
20 |
```
|
21 |
git clone https://huggingface.co/templates/image-classification
|
22 |
-
cd
|
23 |
git remote set-url origin https://huggingface.co/$YOUR_USER/$YOUR_REPO_NAME
|
24 |
git push --force
|
25 |
```
|
|
|
19 |
Then clone this template and push it to your repo.
|
20 |
```
|
21 |
git clone https://huggingface.co/templates/image-classification
|
22 |
+
cd image-classification
|
23 |
git remote set-url origin https://huggingface.co/$YOUR_USER/$YOUR_REPO_NAME
|
24 |
git push --force
|
25 |
```
|