Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
pinecone-client==2.2.1
|
3 |
+
Flask==2.1.3
|
4 |
+
transformers==4.19.0
|
5 |
+
gunicorn==19.9.0
|
6 |
+
tokenizers==0.12.1
|
7 |
+
Pillow==9.3.0
|
8 |
+
torch==2.0.0+cpu
|