darienacosta commited on
Commit
08f771a
1 Parent(s): 77cdad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -812,7 +812,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
812
  show_label=False, lines=1, type='password')
813
 
814
  with gr.Row():
815
- with gr.Column(scale=1, min_width=TALKING_HEAD_WIDTH, visible=True):
816
  speak_text_cb = gr.Checkbox(label="Enable speech", value=False)
817
  speak_text_cb.change(update_foo, inputs=[speak_text_cb, speak_text_state],
818
  outputs=[speak_text_state])
 
812
  show_label=False, lines=1, type='password')
813
 
814
  with gr.Row():
815
+ with gr.Column(scale=1, min_width=TALKING_HEAD_WIDTH, visible=False):
816
  speak_text_cb = gr.Checkbox(label="Enable speech", value=False)
817
  speak_text_cb.change(update_foo, inputs=[speak_text_cb, speak_text_state],
818
  outputs=[speak_text_state])