Spaces:
Sleeping
Sleeping
ffreemt
commited on
Commit
·
912e80c
1
Parent(s):
4c15a12
Remove seg-text (vtext no longer installable), to move to split_text.py
Browse files- poetry.lock +0 -0
- pyproject.toml +2 -2
poetry.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pyproject.toml
CHANGED
@@ -25,12 +25,12 @@ streamlit-option-menu = "^0.3.2"
|
|
25 |
httpx = "^0.23.0"
|
26 |
html2text = "^2020.1.16"
|
27 |
readability-lxml = "^0.8.1"
|
28 |
-
hf-model-s-cpu = "^0.1.1"
|
29 |
cchardet = "^2.1.7"
|
30 |
streamlit-aggrid = "^0.2.3"
|
31 |
typer = "^0.4.1"
|
32 |
XlsxWriter = "^3.0.3"
|
33 |
-
|
|
|
34 |
|
35 |
[tool.poe.executor]
|
36 |
type = "poetry"
|
|
|
25 |
httpx = "^0.23.0"
|
26 |
html2text = "^2020.1.16"
|
27 |
readability-lxml = "^0.8.1"
|
|
|
28 |
cchardet = "^2.1.7"
|
29 |
streamlit-aggrid = "^0.2.3"
|
30 |
typer = "^0.4.1"
|
31 |
XlsxWriter = "^3.0.3"
|
32 |
+
huggingface-hub = "^0.21.4"
|
33 |
+
transformers = "^4.38.2"
|
34 |
|
35 |
[tool.poe.executor]
|
36 |
type = "poetry"
|