Spaces:
Running
Running
Commit
·
a0fed65
1
Parent(s):
48afdd6
Update app
Browse files- app.py +0 -6
- requirements.txt +6 -6
app.py
CHANGED
@@ -18,9 +18,3 @@ st.markdown(
|
|
18 |
- [Visualize a custom span label](custom_label_demo), here tokens covered by the [DCC Core Latin Vocabulary](https://dcc.dickinson.edu/latin-core-list1)
|
19 |
"""
|
20 |
)
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
18 |
- [Visualize a custom span label](custom_label_demo), here tokens covered by the [DCC Core Latin Vocabulary](https://dcc.dickinson.edu/latin-core-list1)
|
19 |
"""
|
20 |
)
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
la-core-web-lg @ https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-any-py3-none-any.whl
|
2 |
-
la-core-web-md @ https://huggingface.co/latincy/la_core_web_md/resolve/main/la_core_web_md-any-py3-none-any.whl
|
3 |
-
la-core-web-sm @ https://huggingface.co/latincy/la_core_web_sm/resolve/main/la_core_web_sm-any-py3-none-any.whl
|
4 |
pandas==1.5.3
|
5 |
-
spacy==3.
|
6 |
-
streamlit==1.
|
7 |
-
spacy-streamlit==1.0.
|
|
|
1 |
+
la-core-web-lg @ https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-any-py3-none-any.whl
|
2 |
+
la-core-web-md @ https://huggingface.co/latincy/la_core_web_md/resolve/main/la_core_web_md-any-py3-none-any.whl
|
3 |
+
la-core-web-sm @ https://huggingface.co/latincy/la_core_web_sm/resolve/main/la_core_web_sm-any-py3-none-any.whl
|
4 |
pandas==1.5.3
|
5 |
+
spacy==3.6.0
|
6 |
+
streamlit==1.24.1
|
7 |
+
spacy-streamlit==1.0.6
|