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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(css = """#col_image{width:100%; height:100%; margin-left: auto; m
107
  with gr.Column():
108
  output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
109
  output_html.visible = False
110
- image1= gr.Image("assets/NPCtest1.png",elem_id = "col_image")
111
  #assistant_character = gr.HTML(label=None, value=CHAR_IDLE_HTML, show_label=False)
112
  #with gr.Column(scale=0.1):
113
  chatbot = gr.Chatbot(label='Send a text or a voice input').style(height=285)
 
107
  with gr.Column():
108
  output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
109
  output_html.visible = False
110
+ image1= gr.Image("assets/NPCtest1.png",shape=(200, 200),elem_id = "col_image")
111
  #assistant_character = gr.HTML(label=None, value=CHAR_IDLE_HTML, show_label=False)
112
  #with gr.Column(scale=0.1):
113
  chatbot = gr.Chatbot(label='Send a text or a voice input').style(height=285)