PhilSpiel commited on
Commit
80eae57
·
1 Parent(s): 4f91351

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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