Spaces:
Runtime error
Runtime error
init
Browse files- README.md +1 -1
- inference/tts/gradio/gradio_settings.yaml +5 -5
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🤗
|
4 |
colorFrom: yellow
|
5 |
colorTo: orange
|
|
|
1 |
---
|
2 |
+
title: PortaSpeech
|
3 |
emoji: 🤗
|
4 |
colorFrom: yellow
|
5 |
colorTo: orange
|
inference/tts/gradio/gradio_settings.yaml
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
title: 'NATSpeech/
|
2 |
description: |
|
3 |
-
Gradio demo for NATSpeech/
|
4 |
article: |
|
5 |
-
Link to <a href='https://github.com/NATSpeech/NATSpeech/blob/main/docs/
|
6 |
example_inputs:
|
7 |
- |-
|
8 |
the invention of movable metal letters in the middle of the fifteenth century may justly be considered as the invention of the art of printing.
|
9 |
- |-
|
10 |
produced the block books, which were the immediate predecessors of the true printed book,
|
11 |
-
inference_cls: inference.tts.
|
12 |
-
exp_name:
|
|
|
1 |
+
title: 'NATSpeech/PortaSpeech'
|
2 |
description: |
|
3 |
+
Gradio demo for NATSpeech/PortaSpeech. To use it, simply add your audio, or click one of the examples to load them. Note: This space is running on CPU, inference times will be higher.
|
4 |
article: |
|
5 |
+
Link to <a href='https://github.com/NATSpeech/NATSpeech/blob/main/docs/portaspeech.md' style='color:blue;' target='_blank\'>Github REPO</a>
|
6 |
example_inputs:
|
7 |
- |-
|
8 |
the invention of movable metal letters in the middle of the fifteenth century may justly be considered as the invention of the art of printing.
|
9 |
- |-
|
10 |
produced the block books, which were the immediate predecessors of the true printed book,
|
11 |
+
inference_cls: inference.tts.ps_flow.PortaSpeechFlowInfer
|
12 |
+
exp_name: ps_normal_exp
|