Spaces:
Running
Running
kwabs22
commited on
Commit
·
0599bec
1
Parent(s):
4e9f70d
dependency missed
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -27,7 +27,7 @@ from langdetect import detect
|
|
| 27 |
import datetime
|
| 28 |
import cv2
|
| 29 |
import math
|
| 30 |
-
from langchain.document_loaders import YoutubeLoader #need youtube_transcpt_api and pytube installed
|
| 31 |
from youtube_transcript_api import YouTubeTranscriptApi
|
| 32 |
from spacy_syllables import SpacySyllables #https://spacy.io/universe/project/spacy_syllables/
|
| 33 |
import torch
|
|
|
|
| 27 |
import datetime
|
| 28 |
import cv2
|
| 29 |
import math
|
| 30 |
+
#from langchain.document_loaders import YoutubeLoader #need youtube_transcpt_api and pytube installed
|
| 31 |
from youtube_transcript_api import YouTubeTranscriptApi
|
| 32 |
from spacy_syllables import SpacySyllables #https://spacy.io/universe/project/spacy_syllables/
|
| 33 |
import torch
|
requirements.txt
CHANGED
|
@@ -15,6 +15,7 @@ langchain
|
|
| 15 |
pytube
|
| 16 |
youtube_transcript_api
|
| 17 |
spacy_syllables
|
|
|
|
| 18 |
gradio
|
| 19 |
httpx==0.13.3
|
| 20 |
googletrans==3.1.0a0
|
|
|
|
| 15 |
pytube
|
| 16 |
youtube_transcript_api
|
| 17 |
spacy_syllables
|
| 18 |
+
whisper
|
| 19 |
gradio
|
| 20 |
httpx==0.13.3
|
| 21 |
googletrans==3.1.0a0
|