lixinhao commited on
Commit
6626710
verified
1 Parent(s): d22abac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -252,8 +252,8 @@ with gr.Blocks(title="VideoChat-Flash",theme=gvlabtheme,css="#chatbot {overflow:
252
  elem_id="chatbot",
253
  label='VideoChat',
254
  avatar_images=[
255
- "avatar/human.jpg", # 鐢ㄦ埛澶村儚
256
- "avatar/assistant.png", # AI澶村儚
257
  ])
258
  with gr.Row():
259
  with gr.Column(scale=0.7):
 
252
  elem_id="chatbot",
253
  label='VideoChat',
254
  avatar_images=[
255
+ "human.jpg", # 鐢ㄦ埛澶村儚
256
+ "assistant.png", # AI澶村儚
257
  ])
258
  with gr.Row():
259
  with gr.Column(scale=0.7):