Spaces:
Running
Running
jhj0517
commited on
Commit
·
05b9d17
1
Parent(s):
c749b7c
update to pytubefix
Browse files- modules/utils/youtube_manager.py +1 -1
- requirements.txt +1 -1
modules/utils/youtube_manager.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
import os
|
3 |
|
4 |
|
|
|
1 |
+
from pytubefix import YouTube
|
2 |
import os
|
3 |
|
4 |
|
requirements.txt
CHANGED
@@ -4,5 +4,5 @@ git+https://github.com/jhj0517/jhj0517-whisper.git
|
|
4 |
faster-whisper==1.0.3
|
5 |
transformers
|
6 |
gradio==4.29.0
|
7 |
-
|
8 |
pyannote.audio==3.3.1
|
|
|
4 |
faster-whisper==1.0.3
|
5 |
transformers
|
6 |
gradio==4.29.0
|
7 |
+
pytubefix
|
8 |
pyannote.audio==3.3.1
|