Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,7 +2,9 @@
|
|
2 |
torch==2.7.0.dev20250226+cu124
|
3 |
torchvision==0.22.0.dev20250226+cu124
|
4 |
roma
|
5 |
-
gradio==5.
|
|
|
|
|
6 |
matplotlib
|
7 |
tqdm
|
8 |
opencv-python
|
|
|
2 |
torch==2.7.0.dev20250226+cu124
|
3 |
torchvision==0.22.0.dev20250226+cu124
|
4 |
roma
|
5 |
+
gradio==5.23.2
|
6 |
+
pydantic==2.10.6
|
7 |
+
# gradio==5.17.0
|
8 |
matplotlib
|
9 |
tqdm
|
10 |
opencv-python
|