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