Spaces:
Sleeping
Sleeping
Download video via RapidAPI (own-CDN) -> faster-whisper transcript + local screenshots -> delete; retire proxies
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
gradio>=4.44
|
| 2 |
gradio_client>=1.3
|
| 3 |
huggingface_hub>=0.27
|
|
|
|
|
|
|
| 4 |
yt-dlp>=2024.12.13
|
| 5 |
youtube-transcript-api>=1.0
|
| 6 |
transformers>=4.46
|
|
|
|
| 1 |
gradio>=4.44
|
| 2 |
gradio_client>=1.3
|
| 3 |
huggingface_hub>=0.27
|
| 4 |
+
faster-whisper>=1.0
|
| 5 |
+
requests>=2.31
|
| 6 |
yt-dlp>=2024.12.13
|
| 7 |
youtube-transcript-api>=1.0
|
| 8 |
transformers>=4.46
|