Spaces:
Runtime error
Runtime error
describe model
Browse files
app.py
CHANGED
@@ -66,8 +66,8 @@ ui = gr.Interface(
|
|
66 |
fn=generate_speech,
|
67 |
inputs=text_input,
|
68 |
outputs=output_audio,
|
69 |
-
title='Text-to-Speech Demo',
|
70 |
-
description='Generate speech from text using a text-to-speech model.'
|
71 |
)
|
72 |
|
73 |
|
|
|
66 |
fn=generate_speech,
|
67 |
inputs=text_input,
|
68 |
outputs=output_audio,
|
69 |
+
title='Text-to-Speech for Japanese Demo',
|
70 |
+
description='Generate speech from japanese text using a text-to-speech model.'
|
71 |
)
|
72 |
|
73 |
|