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