Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,10 @@ def tts(text):
|
|
28 |
|
29 |
iface = gr.Interface(
|
30 |
fn=tts,
|
31 |
-
inputs=
|
|
|
|
|
|
|
32 |
outputs=gr.Audio(label="Output", type='filepath'),
|
33 |
title="Karachay-Malkar TTS",
|
34 |
live=False
|
|
|
28 |
|
29 |
iface = gr.Interface(
|
30 |
fn=tts,
|
31 |
+
inputs=gr.Textbox(
|
32 |
+
label="Text",
|
33 |
+
value="Default text here if you need it.",
|
34 |
+
),
|
35 |
outputs=gr.Audio(label="Output", type='filepath'),
|
36 |
title="Karachay-Malkar TTS",
|
37 |
live=False
|