Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
|
|
| 1 |
transformers
|
| 2 |
torch
|
| 3 |
-
|
| 4 |
decord
|
| 5 |
-
|
|
|
|
| 1 |
+
gradio==4.29.0 # Or try gradio==4.20.0 if this doesn't work
|
| 2 |
transformers
|
| 3 |
torch
|
| 4 |
+
numpy
|
| 5 |
decord
|
| 6 |
+
# ... keep any other dependencies your app needs below this
|