Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
git+https://github.com/huggingface/transformers
|
2 |
torch
|
3 |
pytube
|
4 |
-
|
|
|
5 |
gradio==2.9.4
|
|
|
1 |
git+https://github.com/huggingface/transformers
|
2 |
torch
|
3 |
pytube
|
4 |
+
transformers>=4.37.0
|
5 |
+
accelerate>=0.25.0
|
6 |
gradio==2.9.4
|