Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.110.0
|
2 |
+
uvicorn==0.29.0
|
3 |
+
torch==2.2.1
|
4 |
+
transformers==4.39.1
|
5 |
+
pillow==10.2.0
|
6 |
+
numpy==1.26.4 # Added for compatibility with torch and transformers
|