Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def main(text):
|
|
110 |
# Define the Gradio interface
|
111 |
iface = gr.Interface(
|
112 |
fn=main,
|
113 |
-
inputs=
|
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."
|