Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ iface = gr.Interface(
|
|
| 95 |
gr.Textbox(label="Your Name (REQUIRED):", placeholder="Enter your FIRST NAME"),
|
| 96 |
gr.Textbox(label="Your question or comment for Johnny:")
|
| 97 |
],
|
| 98 |
-
outputs=[gr.Audio(autoplay=True, label="Johnny's response:"), gr.Textbox(label="Transcript", autoscroll="True", show_copy_button="True")],
|
| 99 |
live=False
|
| 100 |
)
|
| 101 |
|
|
|
|
| 95 |
gr.Textbox(label="Your Name (REQUIRED):", placeholder="Enter your FIRST NAME"),
|
| 96 |
gr.Textbox(label="Your question or comment for Johnny:")
|
| 97 |
],
|
| 98 |
+
outputs=[gr.Audio(autoplay=True, label="Johnny's response:"), gr.Textbox(label="Transcript", max_lines=12, autoscroll="True", show_copy_button="True")],
|
| 99 |
live=False
|
| 100 |
)
|
| 101 |
|