DiamondYin commited on
Commit
e8da721
·
1 Parent(s): 85b625a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(title="Your Assistance Pal!") as demo:
108
  with gr.Row():
109
  output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
110
  output_html.visible = False
111
- image1= gr.Image(source="assets/NPCtest1.png")
112
  #assistant_character = gr.HTML(label=None, value=CHAR_IDLE_HTML, show_label=False)
113
  with gr.Column(scale=0.1):
114
  chatbot = gr.Chatbot(label='Send a text or a voice input').style(height=285)
 
108
  with gr.Row():
109
  output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
110
  output_html.visible = False
111
+ image1= gr.Image("assets/NPCtest1.png")
112
  #assistant_character = gr.HTML(label=None, value=CHAR_IDLE_HTML, show_label=False)
113
  with gr.Column(scale=0.1):
114
  chatbot = gr.Chatbot(label='Send a text or a voice input').style(height=285)