Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
gradio==6.2.0
|
| 2 |
torch # pin to the version you trained with if needed
|
|
|
|
| 3 |
numpy==1.26.4
|
| 4 |
pillow==11.0.0
|
| 5 |
opencv-python==4.11.0.86
|
|
|
|
| 1 |
gradio==6.2.0
|
| 2 |
torch # pin to the version you trained with if needed
|
| 3 |
+
torchvision
|
| 4 |
numpy==1.26.4
|
| 5 |
pillow==11.0.0
|
| 6 |
opencv-python==4.11.0.86
|