Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ with gr.Blocks(title="ERNIE Chat") as demo:
|
|
| 55 |
height=500,
|
| 56 |
type="messages",
|
| 57 |
show_copy_button=True,
|
| 58 |
-
avatar_images=
|
| 59 |
)
|
| 60 |
msg = gr.Textbox(
|
| 61 |
placeholder="Type your message here...",
|
|
|
|
| 55 |
height=500,
|
| 56 |
type="messages",
|
| 57 |
show_copy_button=True,
|
| 58 |
+
avatar_images=None
|
| 59 |
)
|
| 60 |
msg = gr.Textbox(
|
| 61 |
placeholder="Type your message here...",
|