Spaces:
Build error
Build error
Upload requirements.txt.txt
Browse files- requirements.txt.txt +4 -8
requirements.txt.txt
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
requests # Useful for connecting to hosted APIs (e.g. Roboflow)
|
6 |
-
transformers # For Hugging Face models (image-classification pipeline)
|
7 |
-
opencv-python # Optional: for image pre-processing / GradCAM
|
8 |
-
matplotlib # Optional: for visual overlays like heatmaps
|
|
|
1 |
+
transformers>=4.25.0
|
2 |
+
torch>=1.12
|
3 |
+
gradio>=4.0
|
4 |
+
Pillow>=9.0
|
|
|
|
|
|
|
|