Spaces:
Sleeping
Sleeping
Add thop dependency
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,6 +5,7 @@ torchvision==0.18.1+cpu
|
|
| 5 |
numpy<2
|
| 6 |
opencv-python-headless
|
| 7 |
Pillow>=9.5,<11
|
|
|
|
| 8 |
gradio==4.38.1
|
| 9 |
pydantic==2.10.6
|
| 10 |
huggingface_hub==0.25.2
|
|
|
|
| 5 |
numpy<2
|
| 6 |
opencv-python-headless
|
| 7 |
Pillow>=9.5,<11
|
| 8 |
+
thop
|
| 9 |
gradio==4.38.1
|
| 10 |
pydantic==2.10.6
|
| 11 |
huggingface_hub==0.25.2
|