Spaces:
Sleeping
Sleeping
Update requirements.txt
#1
by chili1000 - opened
- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
|
|
|
|
|
| 1 |
transparent-background
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
numpy==1.26.4
|
| 5 |
-
huggingface_hub==0.26.0
|
| 6 |
-
gradio==5.12.0
|
|
|
|
| 1 |
+
gradio==5.20.1
|
| 2 |
+
pydantic<2.11
|
| 3 |
transparent-background
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
numpy==1.26.4
|
| 7 |
+
huggingface_hub==0.26.0
|
|
|