Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
transformers
|
2 |
-
gradio
|
3 |
pydicom==2.4.4
|
4 |
opencv-python
|
5 |
torch
|
6 |
torchvision
|
7 |
-
numpy
|
8 |
ttach
|
9 |
scikit-learn
|
10 |
-
typing
|
11 |
-
pillow
|
12 |
openai
|
|
|
1 |
transformers
|
2 |
+
gradio==4.26.0
|
3 |
pydicom==2.4.4
|
4 |
opencv-python
|
5 |
torch
|
6 |
torchvision
|
7 |
+
numpy
|
8 |
ttach
|
9 |
scikit-learn
|
|
|
|
|
10 |
openai
|