Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
torch==1.13.1
|
2 |
torchvision==0.14.1
|
3 |
-
gradio==3.
|
4 |
open_clip_torch==2.14.0
|
5 |
Pillow==9.3.0
|
6 |
jupyterlab==3.6.1
|
7 |
-
ipywidgets==8.0.4
|
|
|
|
1 |
torch==1.13.1
|
2 |
torchvision==0.14.1
|
3 |
+
gradio==3.18.0
|
4 |
open_clip_torch==2.14.0
|
5 |
Pillow==9.3.0
|
6 |
jupyterlab==3.6.1
|
7 |
+
ipywidgets==8.0.4
|
8 |
+
numpy==1.26.4
|