Spaces:
Build error
Build error
Merge pull request #70 from DL4DS/trgardos-patch-2
Browse files
README.md
CHANGED
@@ -2,7 +2,14 @@
|
|
2 |
|
3 |
Check out the configuration reference at [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference).
|
4 |
|
5 |
-
You can find
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
## Running Locally
|
8 |
|
@@ -81,4 +88,4 @@ docker run -it --rm -p 8000:8000 dev
|
|
81 |
|
82 |
## Contributing
|
83 |
|
84 |
-
Please create an issue if you have any suggestions or improvements, and start working on it by creating a branch and by making a pull request to the main branch.
|
|
|
2 |
|
3 |
Check out the configuration reference at [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference).
|
4 |
|
5 |
+
You can find a "production" implementation of the Tutor running live at [DL4DS Tutor](https://dl4ds-dl4ds-tutor.hf.space/) from the
|
6 |
+
Hugging Face [Space](https://huggingface.co/spaces/dl4ds/dl4ds_tutor). It is pushed automatically from the `main` branch of this repo by this
|
7 |
+
[Actions Workflow](https://github.com/DL4DS/dl4ds_tutor/blob/main/.github/workflows/push_to_hf_space.yml) upon a push to `main`.
|
8 |
+
|
9 |
+
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
|
10 |
+
[Space](https://huggingface.co/spaces/dl4ds/tutor_dev). It is pushed automatically from the `dev_branch` branch of this repo by this
|
11 |
+
[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`.
|
12 |
+
|
13 |
|
14 |
## Running Locally
|
15 |
|
|
|
88 |
|
89 |
## Contributing
|
90 |
|
91 |
+
Please create an issue if you have any suggestions or improvements, and start working on it by creating a branch and by making a pull request to the main branch.
|