Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,9 +6,12 @@ colorTo: purple
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.0.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
-
license:
|
| 11 |
short_description: A simple space for german TTS inference.
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.0.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: mit
|
| 11 |
short_description: A simple space for german TTS inference.
|
| 12 |
+
models:
|
| 13 |
+
- Warholt/CaroTTS-60M-DE-Caro
|
| 14 |
+
- Warholt/CaroTTS-60M-DE-Karlsson
|
| 15 |
---
|
| 16 |
|
| 17 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|