Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -9,4 +9,6 @@ spacy==3.7.2
|
|
| 9 |
transformers==4.37.0
|
| 10 |
torch==2.1.2 --index-url https://download.pytorch.org/whl/cpu
|
| 11 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
| 12 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
| 9 |
transformers==4.37.0
|
| 10 |
torch==2.1.2 --index-url https://download.pytorch.org/whl/cpu
|
| 11 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
| 12 |
+
python-dotenv
|
| 13 |
+
gradio==4.16.0
|
| 14 |
+
httpx
|