Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -4,3 +4,7 @@ beautifulsoup4
|
|
4 |
lxml
|
5 |
readability-lxml
|
6 |
duckduckgo-search
|
|
|
|
|
|
|
|
|
|
4 |
lxml
|
5 |
readability-lxml
|
6 |
duckduckgo-search
|
7 |
+
# Kokoro TTS (optional but required for the Kokoro tab/tool)
|
8 |
+
kokoro>=0.9.4
|
9 |
+
numpy
|
10 |
+
torch; platform_system != "Darwin" or platform_machine != "arm64"
|