Lwasinam commited on
Commit
f21fe07
1 Parent(s): 4671ce3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def main(text):
110
  # Define the Gradio interface
111
  iface = gr.Interface(
112
  fn=main,
113
- inputs=gr.inputs.Textbox(label="Enter text:", lines=2, placeholder="Type your text here..."),
114
  outputs="audio",
115
  title="Voicera TTS",
116
  description="Generate speech from text using Voicera TTS model."
 
110
  # Define the Gradio interface
111
  iface = gr.Interface(
112
  fn=main,
113
+ inputs='textbox',
114
  outputs="audio",
115
  title="Voicera TTS",
116
  description="Generate speech from text using Voicera TTS model."