Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +15 -14
requirements.txt
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
-
pillow==10.3.0
|
| 2 |
-
datasets==2.19.0
|
| 3 |
-
ipykernel==6.29.4
|
| 4 |
-
jupyter==1.0.0
|
| 5 |
-
ipywidgets==8.1.2
|
| 6 |
-
matplotlib==3.8.4
|
| 7 |
-
sentence-transformers==2.7.0
|
| 8 |
-
lancedb==0.6.11
|
| 9 |
-
torch==2.3.0
|
| 10 |
-
clip @ git+https://github.com/openai/CLIP.git
|
| 11 |
-
chromadb==0.5.0
|
| 12 |
-
gradio==4.32.0
|
| 13 |
-
|
| 14 |
-
|
|
|
|
| 15 |
ipykernel==6.29.4
|
|
|
|
| 1 |
+
pillow==10.3.0
|
| 2 |
+
datasets==2.19.0
|
| 3 |
+
ipykernel==6.29.4
|
| 4 |
+
jupyter==1.0.0
|
| 5 |
+
ipywidgets==8.1.2
|
| 6 |
+
matplotlib==3.8.4
|
| 7 |
+
sentence-transformers==2.7.0
|
| 8 |
+
lancedb==0.6.11
|
| 9 |
+
torch==2.3.0
|
| 10 |
+
clip @ git+https://github.com/openai/CLIP.git
|
| 11 |
+
chromadb==0.5.0
|
| 12 |
+
gradio==4.32.0
|
| 13 |
+
google-generativeai==0.6.0
|
| 14 |
+
|
| 15 |
+
# Development dependencies
|
| 16 |
ipykernel==6.29.4
|