josh-r-meyer commited on
Commit
5a13df4
1 Parent(s): f809d77
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -492,7 +492,7 @@ with gr.Blocks(title=title) as demo:
492
  chatbot = gr.Chatbot(
493
  [],
494
  elem_id="chatbot",
495
- avatar_images=("examples/lama.jpeg", "examples/lama2.jpeg"),
496
  bubble_full_width=False,
497
  )
498
 
 
492
  chatbot = gr.Chatbot(
493
  [],
494
  elem_id="chatbot",
495
+ avatar_images=("examples/mirror.png", "examples/coqui-logo.png"),
496
  bubble_full_width=False,
497
  )
498