Update requriements.txt
Browse files- requriements.txt +2 -1
requriements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
tqdm
|
2 |
matplotlib
|
3 |
-
gradio==4.16.0
|
|
|
4 |
numpy<2.0.0
|
5 |
scikit-image<=0.20.0
|
6 |
opencv-python
|
|
|
1 |
tqdm
|
2 |
matplotlib
|
3 |
+
# gradio==4.16.0
|
4 |
+
gradio==4.43.0
|
5 |
numpy<2.0.0
|
6 |
scikit-image<=0.20.0
|
7 |
opencv-python
|