Spaces:
Sleeping
Sleeping
Add update instructions
Browse files
README.md
CHANGED
|
@@ -44,5 +44,16 @@ uvicorn app:app --reload
|
|
| 44 |
* `nateraw/kitti`
|
| 45 |
* `sayakpaul/nyu_depth_v2`
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
## Note for the maintainer
|
| 48 |
You can update this repository with the latest changes from https://github.com/rerun-io/rerun_template by running `scripts/template_update.py update --languages python`.
|
|
|
|
| 44 |
* `nateraw/kitti`
|
| 45 |
* `sayakpaul/nyu_depth_v2`
|
| 46 |
|
| 47 |
+
## Deploying to HuggingFace
|
| 48 |
+
|
| 49 |
+
HuggingFace space runs off of the head `main` branch pushed to: https://huggingface.co/spaces/rerun/preview_dataset/tree/main
|
| 50 |
+
|
| 51 |
+
To update this from the rerun repository, add the HuggingFace repository as an additional remote,
|
| 52 |
+
and then push to it.
|
| 53 |
+
```sh
|
| 54 |
+
git remote add huggingface [email protected]:spaces/rerun/preview_dataset
|
| 55 |
+
git push huggingface main
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
## Note for the maintainer
|
| 59 |
You can update this repository with the latest changes from https://github.com/rerun-io/rerun_template by running `scripts/template_update.py update --languages python`.
|