Spaces:
Runtime error
Runtime error
Updated Requirements File
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
fastapi
|
2 |
faster-whisper
|
3 |
langchain
|
|
|
4 |
openai
|
5 |
pandas
|
6 |
pytube
|
@@ -10,4 +11,4 @@ stable-ts
|
|
10 |
uvicorn
|
11 |
wordcloud
|
12 |
youtube-transcript-api
|
13 |
-
git+https://github.com/suno-ai/bark.git
|
|
|
1 |
fastapi
|
2 |
faster-whisper
|
3 |
langchain
|
4 |
+
nltk
|
5 |
openai
|
6 |
pandas
|
7 |
pytube
|
|
|
11 |
uvicorn
|
12 |
wordcloud
|
13 |
youtube-transcript-api
|
14 |
+
git+https://github.com/suno-ai/bark.git
|