Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
# Common Libraries
|
2 |
-
gradio
|
3 |
-
gradio_client
|
4 |
-
pydantic
|
5 |
-
pydantic_core
|
6 |
-
joblib
|
7 |
-
pandas
|
8 |
-
numpy
|
9 |
|
10 |
# Translate
|
11 |
ipykernel
|
@@ -32,6 +32,7 @@ tf-keras
|
|
32 |
transformers
|
33 |
torch
|
34 |
spacy==3.2.0
|
|
|
35 |
|
36 |
# Telco Customer Churn
|
37 |
aiofiles==23.2.1
|
|
|
1 |
# Common Libraries
|
2 |
+
gradio==5.15.0
|
3 |
+
gradio_client==1.7.0
|
4 |
+
pydantic==2.8.2
|
5 |
+
pydantic_core==2.20.1
|
6 |
+
joblib==1.4.2
|
7 |
+
pandas==2.2.2
|
8 |
+
numpy==1.26.4
|
9 |
|
10 |
# Translate
|
11 |
ipykernel
|
|
|
32 |
transformers
|
33 |
torch
|
34 |
spacy==3.2.0
|
35 |
+
https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
36 |
|
37 |
# Telco Customer Churn
|
38 |
aiofiles==23.2.1
|