Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
requests
|
| 4 |
-
|
| 5 |
-
google-cloud-aiplatform
|
| 6 |
-
httpx
|
| 7 |
python-dotenv
|
| 8 |
-
google-cloud-language
|
| 9 |
transformers
|
| 10 |
-
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
requests
|
| 4 |
+
beautifulsoup4
|
|
|
|
|
|
|
| 5 |
python-dotenv
|
|
|
|
| 6 |
transformers
|
| 7 |
+
sentence-transformers
|
| 8 |
+
torch
|
| 9 |
+
google-genai
|