Spaces:
Running
Running
Multithreading support
Browse files
README.md
CHANGED
@@ -8,6 +8,12 @@ pinned: false
|
|
8 |
license: apache-2.0
|
9 |
short_description: State-of-the-art TTS model under 25MB
|
10 |
header: mini
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
license: apache-2.0
|
9 |
short_description: State-of-the-art TTS model under 25MB
|
10 |
header: mini
|
11 |
+
models:
|
12 |
+
- onnx-community/kitten-tts-nano-0.1-ONNX
|
13 |
+
custom_headers:
|
14 |
+
cross-origin-embedder-policy: require-corp
|
15 |
+
cross-origin-opener-policy: same-origin
|
16 |
+
cross-origin-resource-policy: cross-origin
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|