burtenshaw commited on
Commit
4e7dde0
·
unverified ·
2 Parent(s): 5b51a2f 54bb2b9

Merge pull request #4 from huggingface/docs/push-to-hf-space

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -71,3 +71,16 @@ uv sync --group ml
71
  ```bash
72
  uv sync --group app
73
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  ```bash
72
  uv sync --group app
73
  ```
74
+
75
+ ## Sync with Hugging Face Space
76
+
77
+ First, add the remote
78
+ ```
79
+ git remote add hf https://huggingface.co/spaces/feel-fl/open-human-feedback-chat
80
+ ```
81
+
82
+ Push to the remote branch
83
+
84
+ ```
85
+ git push hf main
86
+ ```