Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
-
transformers>=4.31.0
|
3 |
torch
|
|
|
1 |
+
transformers==4.40.1
|
2 |
+
av
|
3 |
+
imageio
|
4 |
+
decord
|
5 |
+
opencv-python
|
6 |
+
flash-attn --no-build-isolation
|
7 |
gradio
|
|
|
8 |
torch
|