Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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.
|
| 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 |
|