Spaces:
Runtime error
Runtime error
josh-r-meyer
commited on
Commit
•
f31f07e
1
Parent(s):
834b007
add hf icon
Browse files
app.py
CHANGED
@@ -495,7 +495,7 @@ with gr.Blocks(title=title) as demo:
|
|
495 |
chatbot = gr.Chatbot(
|
496 |
[],
|
497 |
elem_id="chatbot",
|
498 |
-
avatar_images=("examples/
|
499 |
bubble_full_width=False,
|
500 |
)
|
501 |
|
|
|
495 |
chatbot = gr.Chatbot(
|
496 |
[],
|
497 |
elem_id="chatbot",
|
498 |
+
avatar_images=("examples/hf-logo.png", "examples/coqui-logo.png"),
|
499 |
bubble_full_width=False,
|
500 |
)
|
501 |
|