Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
numpy==1.26.4
|
| 2 |
-
gradio
|
| 3 |
ultralytics>=8.0
|
| 4 |
insightface==0.7.3
|
| 5 |
faiss-cpu==1.8.0
|
| 6 |
deep-sort-realtime==1.3.2
|
| 7 |
onnxruntime==1.19.2
|
| 8 |
opencv-python-headless==4.10.0.84
|
| 9 |
-
huggingface_hub>=0.20.0
|
|
|
|
| 1 |
numpy==1.26.4
|
| 2 |
+
gradio==4.44.0 # NEW: Pins to latest stable 4.x (supports theme.load, fixes constructor)
|
| 3 |
ultralytics>=8.0
|
| 4 |
insightface==0.7.3
|
| 5 |
faiss-cpu==1.8.0
|
| 6 |
deep-sort-realtime==1.3.2
|
| 7 |
onnxruntime==1.19.2
|
| 8 |
opencv-python-headless==4.10.0.84
|
| 9 |
+
huggingface_hub>=0.20.0
|