Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ setuptools>=65.5.0
|
|
| 2 |
wheel>=0.38.4
|
| 3 |
cython>=0.29.36
|
| 4 |
numpy==1.23.5 # Install numpy first to satisfy dependencies
|
|
|
|
| 5 |
spacy==3.5.3 # Use a compatible version for Python 3.8
|
| 6 |
thinc==8.1.8 # Version compatible with spacy 3.5.3
|
| 7 |
python-dotenv==1.0.0
|
|
|
|
| 2 |
wheel>=0.38.4
|
| 3 |
cython>=0.29.36
|
| 4 |
numpy==1.23.5 # Install numpy first to satisfy dependencies
|
| 5 |
+
gradio==3.16.2
|
| 6 |
spacy==3.5.3 # Use a compatible version for Python 3.8
|
| 7 |
thinc==8.1.8 # Version compatible with spacy 3.5.3
|
| 8 |
python-dotenv==1.0.0
|