Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
torch
|
| 2 |
-
transformers[timm]
|
| 3 |
gradio==5.9.0
|
| 4 |
gradio_webrtc==0.0.23
|
| 5 |
matplotlib==3.10.0
|
| 6 |
numpy==2.2.1
|
| 7 |
opencv_python==4.10.0.84
|
| 8 |
Pillow==11.0.0
|
| 9 |
-
Requests==2.32.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio==5.9.0
|
| 2 |
gradio_webrtc==0.0.23
|
| 3 |
matplotlib==3.10.0
|
| 4 |
numpy==2.2.1
|
| 5 |
opencv_python==4.10.0.84
|
| 6 |
Pillow==11.0.0
|
| 7 |
+
Requests==2.32.3
|
| 8 |
+
torch
|
| 9 |
+
transformers[timm]
|