suhanxvii commited on
Commit
f09596b
Β·
verified Β·
1 Parent(s): 8416b80

Upload requirements.txt

Browse files

In the requitements file there is a extra "." in "toml=0.10" which creating error during install.

Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- gradio==4.24.0
2
- requests==2.31.0
3
- torch==2.1.2
4
- torchaudio==2.1.2
5
- torchvision==0.16.2
6
- mediapipe==0.10.9
7
- pillow==10.2.0
8
- toml==0.10.
9
  grad-cam==1.5.0
 
1
+ gradio==4.24.0
2
+ requests==2.31.0
3
+ torch==2.1.2
4
+ torchaudio==2.1.2
5
+ torchvision==0.16.2
6
+ mediapipe==0.10.9
7
+ pillow==10.2.0
8
+ toml==0.10
9
  grad-cam==1.5.0