Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
-
gradio>=4.0.0
|
| 4 |
pillow
|
| 5 |
numpy
|
| 6 |
scikit-learn
|
|
@@ -10,3 +9,4 @@ pandas
|
|
| 10 |
seaborn
|
| 11 |
huggingface_hub
|
| 12 |
onnx
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
|
|
|
| 3 |
pillow
|
| 4 |
numpy
|
| 5 |
scikit-learn
|
|
|
|
| 9 |
seaborn
|
| 10 |
huggingface_hub
|
| 11 |
onnx
|
| 12 |
+
gradio>=4.31,<5
|