DiamondYin commited on
Commit
e26f10d
·
1 Parent(s): 3887ebd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def get_response(history, audio_input):
103
 
104
  # buzz_usr_proc = Thread(target=idle_timer)
105
 
106
- with gr.Blocks(css = """#col_image{width: 650px; margin-left: auto; margin-right: auto;}""") as demo:
107
  with gr.Column():
108
  output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
109
  output_html.visible = False
 
103
 
104
  # buzz_usr_proc = Thread(target=idle_timer)
105
 
106
+ with gr.Blocks(css = """#col_image{width:100%; height:100%; margin-left: auto; margin-right: auto;}""") as demo:
107
  with gr.Column():
108
  output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
109
  output_html.visible = False