Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ kokoro>=0.9.4
|
|
8 |
numpy
|
9 |
torch; platform_system != "Darwin" or platform_machine != "arm64"
|
10 |
Pillow
|
11 |
-
huggingface_hub>=0.24.0
|
|
|
|
8 |
numpy
|
9 |
torch; platform_system != "Darwin" or platform_machine != "arm64"
|
10 |
Pillow
|
11 |
+
huggingface_hub>=0.24.0
|
12 |
+
markdownify
|