Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -19
requirements.txt
CHANGED
@@ -1,24 +1,6 @@
|
|
1 |
# ==============================================================================
|
2 |
# File: requirements.txt
|
3 |
# ==============================================================================
|
4 |
-
# Main application framework
|
5 |
-
gradio
|
6 |
-
|
7 |
-
# Google Cloud and Vertex AI
|
8 |
-
google-cloud-aiplatform
|
9 |
-
|
10 |
-
# High-performance computing for audio analysis
|
11 |
-
jax
|
12 |
-
jaxlib
|
13 |
-
|
14 |
-
# Audio and Video processing
|
15 |
-
librosa
|
16 |
-
moviepy
|
17 |
-
speechrecognition
|
18 |
-
openai-whisper
|
19 |
-
|
20 |
-
# For YouTube support
|
21 |
-
yt-dlp
|
22 |
|
23 |
gradio
|
24 |
transformers
|
@@ -28,4 +10,5 @@ youtube-transcript-api
|
|
28 |
Youtube-python
|
29 |
arxiv
|
30 |
textblob
|
31 |
-
Pillow
|
|
|
|
1 |
# ==============================================================================
|
2 |
# File: requirements.txt
|
3 |
# ==============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
gradio
|
6 |
transformers
|
|
|
10 |
Youtube-python
|
11 |
arxiv
|
12 |
textblob
|
13 |
+
Pillow
|
14 |
+
sentencepiece
|