Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
-
numpy
|
4 |
-
Pillow
|
5 |
-
pandas
|
6 |
-
scikit-learn
|
7 |
-
tqdm
|
8 |
-
transformers
|
9 |
open_clip_torch @ git+https://github.com/mlfoundations/open_clip@main
|
|
|
1 |
+
gradio==5.9.1
|
2 |
+
torch>=2.0.0
|
3 |
+
numpy>=1.24.0
|
4 |
+
Pillow>=10.0.0
|
5 |
+
pandas>=2.0.0
|
6 |
+
scikit-learn>=1.3.0
|
7 |
+
tqdm>=4.65.0
|
8 |
+
transformers>=4.30.0
|
9 |
open_clip_torch @ git+https://github.com/mlfoundations/open_clip@main
|