Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
gradio[oauth]
|
| 2 |
requests
|
| 3 |
numpy
|
|
@@ -7,13 +8,12 @@ transformers
|
|
| 7 |
wikipedia-api
|
| 8 |
youtube-transcript-api
|
| 9 |
torch
|
| 10 |
-
|
|
|
|
| 11 |
google-generativeai
|
| 12 |
imageio
|
| 13 |
yt-dlp
|
| 14 |
markdownify
|
| 15 |
openpyxl
|
| 16 |
pytesseract
|
| 17 |
-
openai-whisper
|
| 18 |
-
groq
|
| 19 |
-
python-dotenv
|
|
|
|
| 1 |
+
gradio
|
| 2 |
gradio[oauth]
|
| 3 |
requests
|
| 4 |
numpy
|
|
|
|
| 8 |
wikipedia-api
|
| 9 |
youtube-transcript-api
|
| 10 |
torch
|
| 11 |
+
duckduckgo_search
|
| 12 |
+
ddgs
|
| 13 |
google-generativeai
|
| 14 |
imageio
|
| 15 |
yt-dlp
|
| 16 |
markdownify
|
| 17 |
openpyxl
|
| 18 |
pytesseract
|
| 19 |
+
openai-whisper
|
|
|
|
|
|