Spaces:
Sleeping
Sleeping
update readme
Browse files
README.md
CHANGED
|
@@ -48,20 +48,14 @@ Resources:
|
|
| 48 |
Docker Template: Blank
|
| 49 |
Space Hardware: CPU
|
| 50 |
```
|
| 51 |
-
2. Add
|
| 52 |
|
| 53 |
```
|
| 54 |
# In your yt-agent-streamlit directory
|
| 55 |
git remote add hf https://huggingface.co/spaces/{your_hr_username}/yt-agent-streamlit.git
|
| 56 |
-
git remote add gh https://github.com/{your_gh_username}/yt-agent-streamlit.git
|
| 57 |
```
|
| 58 |
-
3. Push code to HF spaces (
|
| 59 |
|
| 60 |
```
|
| 61 |
git push --force hf
|
| 62 |
-
```
|
| 63 |
-
4. Push code to github
|
| 64 |
-
|
| 65 |
-
```
|
| 66 |
-
git push gh
|
| 67 |
```
|
|
|
|
| 48 |
Docker Template: Blank
|
| 49 |
Space Hardware: CPU
|
| 50 |
```
|
| 51 |
+
2. Add another remote to git repo
|
| 52 |
|
| 53 |
```
|
| 54 |
# In your yt-agent-streamlit directory
|
| 55 |
git remote add hf https://huggingface.co/spaces/{your_hr_username}/yt-agent-streamlit.git
|
|
|
|
| 56 |
```
|
| 57 |
+
3. Push code to HF spaces (may need to force first push)
|
| 58 |
|
| 59 |
```
|
| 60 |
git push --force hf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
```
|