Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ iface = gr.Interface(
|
|
| 70 |
gr.Textbox(label="Your question or comment for Johnny:")
|
| 71 |
],
|
| 72 |
outputs=[gr.Audio(autoplay=True, label="Johnny's response:"), gr.TextArea(label="Transcript", autoscroll="True", show_copy_button="True")],
|
| 73 |
-
live=
|
| 74 |
)
|
| 75 |
|
| 76 |
# Launch the interface
|
|
|
|
| 70 |
gr.Textbox(label="Your question or comment for Johnny:")
|
| 71 |
],
|
| 72 |
outputs=[gr.Audio(autoplay=True, label="Johnny's response:"), gr.TextArea(label="Transcript", autoscroll="True", show_copy_button="True")],
|
| 73 |
+
live=False
|
| 74 |
)
|
| 75 |
|
| 76 |
# Launch the interface
|