Spaces:
Runtime error
Runtime error
josh-r-meyer
commited on
Commit
•
ca0feab
1
Parent(s):
0a0b1ab
add hf icon
Browse files
app.py
CHANGED
@@ -527,7 +527,7 @@ with gr.Blocks(title=title) as demo:
|
|
527 |
chatbot = gr.Chatbot(
|
528 |
[],
|
529 |
elem_id="chatbot",
|
530 |
-
avatar_images=("examples/
|
531 |
bubble_full_width=False,
|
532 |
)
|
533 |
|
|
|
527 |
chatbot = gr.Chatbot(
|
528 |
[],
|
529 |
elem_id="chatbot",
|
530 |
+
avatar_images=("examples/hf-logo.png", "examples/coqui-logo.png"),
|
531 |
bubble_full_width=False,
|
532 |
)
|
533 |
|