Johan09033 commited on
Commit
87adb5c
·
1 Parent(s): ff53c9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -602,7 +602,7 @@ with gr.Blocks(title=title) as demo:
602
  chatbot = gr.Chatbot(
603
  [],
604
  elem_id="chatbot",
605
- avatar_images=("examples/hf-logo.png", "examples/coqui-logo.png"),
606
  bubble_full_width=False,
607
  )
608
 
 
602
  chatbot = gr.Chatbot(
603
  [],
604
  elem_id="chatbot",
605
+ avatar_images=("examples/hf-logo.png", "examples/E364A30A-9930-491C-8075-C25BF4062DE4.png"),
606
  bubble_full_width=False,
607
  )
608