Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def main(config):
|
|
43 |
demo = gr.Interface(
|
44 |
fn=generate_speech,
|
45 |
inputs=[
|
46 |
-
|
47 |
gr.Textbox(label="Enter your text")
|
48 |
],
|
49 |
outputs="audio",
|
|
|
43 |
demo = gr.Interface(
|
44 |
fn=generate_speech,
|
45 |
inputs=[
|
46 |
+
gr.Audio(label="Audio", sources="microphone", type="filepath", elem_id='audio'),
|
47 |
gr.Textbox(label="Enter your text")
|
48 |
],
|
49 |
outputs="audio",
|