Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
gradio
|
|
|
|
|
|
|
|
|
|
|
2 |
opencv-python
|
3 |
-
|
4 |
-
pandas
|
5 |
-
requests
|
|
|
1 |
gradio
|
2 |
+
torch>=2.4.0
|
3 |
+
torchvision>=0.19.0
|
4 |
+
transformers>=4.35.0
|
5 |
+
accelerate
|
6 |
+
av
|
7 |
opencv-python
|
8 |
+
huggingface_hub
|
|
|
|