hari31416 commited on
Commit
f144436
·
verified ·
1 Parent(s): 3c7199b

setting strict versions

Browse files

The 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.

Files changed (1) hide show
  1. 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