Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -3,15 +3,15 @@ title: DocToAudioConverted
|
|
3 |
emoji: 🐢
|
4 |
colorFrom: indigo
|
5 |
colorTo: red
|
6 |
-
sdk:
|
7 |
sdk_version: 5.29.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
system_dependencies:
|
12 |
-
|
13 |
---
|
14 |
short_description: This takes simple .docx file converts them to .wav format
|
15 |
---
|
16 |
|
17 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
3 |
emoji: 🐢
|
4 |
colorFrom: indigo
|
5 |
colorTo: red
|
6 |
+
sdk: docker
|
7 |
sdk_version: 5.29.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
system_dependencies:
|
12 |
+
- espeak-ng
|
13 |
---
|
14 |
short_description: This takes simple .docx file converts them to .wav format
|
15 |
---
|
16 |
|
17 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|