From 54bb2b9c4cbe7a6759df8cd85e970331e700d035 Mon Sep 17 00:00:00 2001 From: davidberenstein1957 Date: Tue, 7 Jan 2025 13:46:35 +0100 Subject: [PATCH] add section on syncing repos --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 084167a..b5adae5 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,16 @@ uv sync --group ml ```bash uv sync --group app ``` + +## Sync with Hugging Face Space + +First, add the remote +``` +git remote add hf https://huggingface.co/spaces/feel-fl/open-human-feedback-chat +``` + +Push to the remote branch + +``` +git push hf main +```