Zenith Wang commited on
Commit
0c5a7f8
·
1 Parent(s): 16c954d

修复avatar_images导致的FileNotFoundError

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -135,8 +135,7 @@ with gr.Blocks(title="Step-3", theme=gr.themes.Soft()) as demo:
135
  height=500,
136
  show_label=False,
137
  elem_id="chatbot",
138
- bubble_full_width=False,
139
- avatar_images=(None, "🤖")
140
  )
141
 
142
  with gr.Row():
 
135
  height=500,
136
  show_label=False,
137
  elem_id="chatbot",
138
+ bubble_full_width=False
 
139
  )
140
 
141
  with gr.Row():