Spaces:
Build error
Build error
Trigger dependency reinstall
Browse files- requirements.txt +2 -0
- requirements_gradio.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Gradio WebRTC AI Video Analysis Requirements
|
| 2 |
# For Hugging Face Spaces deployment
|
|
|
|
| 3 |
|
| 4 |
gradio>=5.0.0
|
| 5 |
opencv-python-headless>=4.8.0
|
|
@@ -9,3 +10,4 @@ chromadb>=0.4.0
|
|
| 9 |
numpy>=1.24.0
|
| 10 |
torch>=2.0.0
|
| 11 |
torchvision>=0.15.0
|
|
|
|
|
|
| 1 |
# Gradio WebRTC AI Video Analysis Requirements
|
| 2 |
# For Hugging Face Spaces deployment
|
| 3 |
+
# Updated to trigger Hugging Face rebuild
|
| 4 |
|
| 5 |
gradio>=5.0.0
|
| 6 |
opencv-python-headless>=4.8.0
|
|
|
|
| 10 |
numpy>=1.24.0
|
| 11 |
torch>=2.0.0
|
| 12 |
torchvision>=0.15.0
|
| 13 |
+
cv2
|
requirements_gradio.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Gradio WebRTC AI Video Analysis Requirements
|
| 2 |
# For Hugging Face Spaces deployment
|
|
|
|
| 3 |
|
| 4 |
gradio>=5.0.0
|
| 5 |
opencv-python-headless>=4.8.0
|
|
@@ -9,3 +10,4 @@ chromadb>=0.4.0
|
|
| 9 |
numpy>=1.24.0
|
| 10 |
torch>=2.0.0
|
| 11 |
torchvision>=0.15.0
|
|
|
|
|
|
| 1 |
# Gradio WebRTC AI Video Analysis Requirements
|
| 2 |
# For Hugging Face Spaces deployment
|
| 3 |
+
# Updated to trigger Hugging Face rebuild
|
| 4 |
|
| 5 |
gradio>=5.0.0
|
| 6 |
opencv-python-headless>=4.8.0
|
|
|
|
| 10 |
numpy>=1.24.0
|
| 11 |
torch>=2.0.0
|
| 12 |
torchvision>=0.15.0
|
| 13 |
+
cv2
|