Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
transformers==4.44.2
|
| 2 |
torch
|
| 3 |
-
gradio
|
| 4 |
opencv-python
|
| 5 |
numpy
|
| 6 |
einops
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 1 |
transformers==4.44.2
|
| 2 |
torch
|
|
|
|
| 3 |
opencv-python
|
| 4 |
numpy
|
| 5 |
einops
|
| 6 |
+
grad-cam
|
| 7 |
+
spaces
|
| 8 |
+
# gradio[oauth]==5.9.0 etc. are handled separately in the Dockerfile/build, but if you have them here too, keep
|