Thomas (Tom) Gardos commited on
Commit
1dd61f7
1 Parent(s): 8a5fdb7

Update README.md on dev_branch with updated HF pointers

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -11,8 +11,13 @@ app_port: 7860
11
 
12
  Check out the configuration reference at [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference).
13
 
14
- You can find an implementation of the Tutor at [DL4DS Tutor on Hugging Face](https://dl4ds-dl4ds-tutor.hf.space/), which is hosted on Hugging Face [here](https://huggingface.co/spaces/dl4ds/dl4ds_tutor).
 
 
15
 
 
 
 
16
  ## Running Locally
17
 
18
  Please view `docs/setup.md` for more information on setting up the project.
 
11
 
12
  Check out the configuration reference at [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference).
13
 
14
+ You can find a "production" implementation of the Tutor running live at [DL4DS Tutor](https://dl4ds-dl4ds-tutor.hf.space/) from the
15
+ Hugging Face [Space](https://huggingface.co/spaces/dl4ds/dl4ds_tutor). It is pushed automatically from the `main` branch of this repo by this
16
+ [Actions Workflow](https://github.com/DL4DS/dl4ds_tutor/blob/main/.github/workflows/push_to_hf_space.yml) upon a push to `main`.
17
 
18
+ A "development" version of the Tutor is running live at [DL4DS Tutor -- Dev](https://dl4ds-tutor-dev.hf.space/chainlit_tutor) from this Hugging Face
19
+ [Space](https://huggingface.co/spaces/dl4ds/tutor_dev). It is pushed automatically from the `dev_branch` branch of this repo by this
20
+ [Actions Workflow](https://github.com/DL4DS/dl4ds_tutor/blob/dev_branch/.github/workflows/push_to_hf_space_prototype.yml) upon a push to `dev_branch`.
21
  ## Running Locally
22
 
23
  Please view `docs/setup.md` for more information on setting up the project.