DiamondYin commited on
Commit
66b3462
·
1 Parent(s): dda31fb

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(title="Your Assistance Pal!",css = """#col_image{width: 650px; margin-left: auto; margin-right: auto;}""") as demo:
107
  with gr.Row():
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: 650px; margin-left: auto; margin-right: auto;}""") as demo:
107
  with gr.Row():
108
  output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
109
  output_html.visible = False