DiamondYin commited on
Commit
2a8949e
·
1 Parent(s): bdfc2e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def get_response(history, audio_input):
110
  # buzz_usr_proc = Thread(target=idle_timer)
111
 
112
  with gr.Blocks(css = """#col_image{width:800px; height:800px; margin-left: auto; margin-right: auto;}""") as demo:
113
- with gr.Row(scale=0.7):
114
  output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
115
  output_html.visible = False
116
  image1= gr.Image("assets/NPCtest1.png").style(height=700) #elem_id = "col_image"
 
110
  # buzz_usr_proc = Thread(target=idle_timer)
111
 
112
  with gr.Blocks(css = """#col_image{width:800px; height:800px; margin-left: auto; margin-right: auto;}""") as demo:
113
+ with gr.Row():
114
  output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
115
  output_html.visible = False
116
  image1= gr.Image("assets/NPCtest1.png").style(height=700) #elem_id = "col_image"