alimboff commited on
Commit
b04d3bf
1 Parent(s): 6e0dc76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -28,7 +28,10 @@ def tts(text):
28
 
29
  iface = gr.Interface(
30
  fn=tts,
31
- inputs="text",
 
 
 
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