Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -16,8 +16,11 @@ lxml>=4.9.0,<6.0.0
|
|
16 |
# YouTube Transcript Library (Primary method)
|
17 |
youtube-transcript-api>=0.6,<0.7
|
18 |
|
19 |
-
# Google Gemini SDK (Fallback
|
20 |
-
google-generativeai>=0.5.0,<0.7.0
|
|
|
|
|
|
|
21 |
|
22 |
# WSGI/ASGI Servers & Adapter
|
23 |
gunicorn>=21.0,<23.0
|
|
|
16 |
# YouTube Transcript Library (Primary method)
|
17 |
youtube-transcript-api>=0.6,<0.7
|
18 |
|
19 |
+
# Google Gemini SDK (Fallback Summarizers)
|
20 |
+
google-generativeai>=0.5.0,<0.7.0
|
21 |
+
|
22 |
+
# Groq SDK (Primary Summarizer - NEW)
|
23 |
+
groq>=0.8.0,<0.9.0
|
24 |
|
25 |
# WSGI/ASGI Servers & Adapter
|
26 |
gunicorn>=21.0,<23.0
|