Benny-Tang commited on
Commit
d2d0af4
·
verified ·
1 Parent(s): cdac786

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
  torch>=2.0.0
2
  torchvision>=0.15.0
3
  torchxrayvision>=0.0.38
4
- gradio==5.44.0
5
  numpy>=1.23.0
6
  Pillow>=9.4.0
7
  matplotlib>=3.7.0
8
  scikit-image>=0.21.0
9
  python-dotenv
10
  requests
 
11
 
 
1
  torch>=2.0.0
2
  torchvision>=0.15.0
3
  torchxrayvision>=0.0.38
4
+ gradio==5.49.1
5
  numpy>=1.23.0
6
  Pillow>=9.4.0
7
  matplotlib>=3.7.0
8
  scikit-image>=0.21.0
9
  python-dotenv
10
  requests
11
+ transformers
12