Spaces:
Sleeping
Sleeping
Sobroinc
commited on
Commit
·
c069111
1
Parent(s):
0fbe1a9
Auto-fix: Add ML dependencies for production
Browse files🚀 Automated fixes:
- Added missing ML dependencies
- Fixed import errors
- Ready for production AI features
🤖 Auto-deployed by script
- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ uvicorn==0.24.0
|
|
3 |
pydantic==2.5.0
|
4 |
python-multipart==0.0.6
|
5 |
aiofiles==23.2.1
|
6 |
-
nltk==3.8.1
|
|
|
|
|
|
3 |
pydantic==2.5.0
|
4 |
python-multipart==0.0.6
|
5 |
aiofiles==23.2.1
|
6 |
+
nltk==3.8.1torch==2.1.0
|
7 |
+
transformers==4.35.2
|
8 |
+
nltk==3.8.1
|