Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ gradio==3.12
|
|
2 |
httpx==0.24.1
|
3 |
ffmpeg-python==0.2.0
|
4 |
pandas==1.5.0
|
5 |
-
pytube @ git+https://github.com/Mohit-majumdar/pytube
|
6 |
sacremoses==0.0.53
|
7 |
sentencepiece==0.1.99
|
8 |
tokenizers==0.13.3
|
|
|
2 |
httpx==0.24.1
|
3 |
ffmpeg-python==0.2.0
|
4 |
pandas==1.5.0
|
5 |
+
pytube @ git+https://github.com/Mohit-majumdar/pytube.git
|
6 |
sacremoses==0.0.53
|
7 |
sentencepiece==0.1.99
|
8 |
tokenizers==0.13.3
|