Spaces:
Build error
Build error
Readme update
Browse files
README.md
CHANGED
@@ -13,6 +13,8 @@ DL4DS Tutor
|
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
|
|
|
|
|
16 |
To run locally,
|
17 |
|
18 |
Clone the repository from: https://github.com/DL4DS/dl4ds_tutor
|
@@ -27,3 +29,7 @@ To run the chainlit app, run the following command:
|
|
27 |
```chainlit run code/main.py```
|
28 |
|
29 |
See the [docs](https://github.com/DL4DS/dl4ds_tutor/tree/main/docs) for more information.
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
|
16 |
+
You can find an implementation of the Tutor at https://dl4ds-dl4ds-tutor.hf.space/, which is hosted on Hugging Face [here](https://huggingface.co/spaces/dl4ds/dl4ds_tutor)
|
17 |
+
|
18 |
To run locally,
|
19 |
|
20 |
Clone the repository from: https://github.com/DL4DS/dl4ds_tutor
|
|
|
29 |
```chainlit run code/main.py```
|
30 |
|
31 |
See the [docs](https://github.com/DL4DS/dl4ds_tutor/tree/main/docs) for more information.
|
32 |
+
|
33 |
+
## Contributing
|
34 |
+
|
35 |
+
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.
|