Spaces:
Build error
Build error
setting strict versions
Browse filesThe app was deployed around May. The versions of the different libraries are changed so that they are set to what they were at the time of the deployment of the app.
- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
-
pillow
|
|
|
|
| 1 |
+
gradio==3.41.0
|
| 2 |
+
torch==2.0.1
|
| 3 |
+
torchvision==0.15.2
|
| 4 |
+
pillow==9.5.0
|