Spaces:
Sleeping
Sleeping
text to imabe & image to text
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
pinecone
|
3 |
-
python-dotenv
|
4 |
-
pillow
|
5 |
-
requests
|
6 |
-
transformers
|
7 |
-
|
8 |
-
|
9 |
-
tqdm
|
10 |
-
torch
|
|
|
1 |
+
streamlit==1.31.0
|
2 |
+
pinecone-client==3.0.0
|
3 |
+
python-dotenv==1.0.1
|
4 |
+
pillow==10.2.0
|
5 |
+
requests==2.31.0
|
6 |
+
transformers==4.38.1
|
7 |
+
torch==2.2.0
|
8 |
+
numpy==1.26.4
|
9 |
+
tqdm
|
|