Spaces:
Sleeping
Sleeping
Acknowledge provis in the README
Browse files
README.md
CHANGED
@@ -23,4 +23,8 @@ poetry run streamlit run hexviz/streamlit/Attention_On_Structure.py
|
|
23 |
Spaces [require](https://huggingface.co/docs/hub/spaces-dependencies#adding-your-own-dependencies) dependencies in a `requirements.txt` file. Export depencies from poetry's `pyproject.toml` file with:
|
24 |
```shell
|
25 |
poetry export -f requirements.txt --output requirements.txt --without-hashes
|
26 |
-
```
|
|
|
|
|
|
|
|
|
|
23 |
Spaces [require](https://huggingface.co/docs/hub/spaces-dependencies#adding-your-own-dependencies) dependencies in a `requirements.txt` file. Export depencies from poetry's `pyproject.toml` file with:
|
24 |
```shell
|
25 |
poetry export -f requirements.txt --output requirements.txt --without-hashes
|
26 |
+
```
|
27 |
+
|
28 |
+
## Acknowledgements
|
29 |
+
This project builds on the attention visualization introduced and developed in
|
30 |
+
https://github.com/salesforce/provis#provis-attention-visualizer
|