Spaces:
Sleeping
Sleeping
Muhammad Adnan commited on
Commit ·
62feb85
1
Parent(s): 5dc73ed
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 1 |
-
fastapi==0.115.4
|
| 2 |
huggingface-hub==0.26.2
|
| 3 |
sentence-transformers==3.2.1
|
| 4 |
torch==2.5.1
|
| 5 |
transformers==4.46.2
|
| 6 |
streamlit==1.40.0
|
| 7 |
-
gradio==4.44.1
|
| 8 |
scikit-learn==1.5.2
|
| 9 |
spacy==3.8.2
|
| 10 |
-
faiss-cpu==1.9.0
|
| 11 |
requests==2.32.3
|
| 12 |
numpy==2.0.2
|
| 13 |
pandas==2.2.3
|
| 14 |
pydantic==2.9.2
|
|
|
|
|
|
|
|
|
| 1 |
huggingface-hub==0.26.2
|
| 2 |
sentence-transformers==3.2.1
|
| 3 |
torch==2.5.1
|
| 4 |
transformers==4.46.2
|
| 5 |
streamlit==1.40.0
|
|
|
|
| 6 |
scikit-learn==1.5.2
|
| 7 |
spacy==3.8.2
|
|
|
|
| 8 |
requests==2.32.3
|
| 9 |
numpy==2.0.2
|
| 10 |
pandas==2.2.3
|
| 11 |
pydantic==2.9.2
|
| 12 |
+
beautifulsoup4==4.12.3
|