chenjoya commited on
Commit
acf6483
1 Parent(s): 751990a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks(title="VideoLLM-online", css=css) as demo:
61
  chatbot=gr.Chatbot(
62
  elem_id="gr_chatbot",
63
  label='chatbot',
64
- avatar_images=('demo/user_avatar.png', 'demo/assistant_avatar.png'),
65
  render=False
66
  ),
67
  examples=['Please narrate the video in real time.', 'Please describe what I am doing.', 'Could you summarize what have been done?', 'Hi, guide me the next step.'],
 
61
  chatbot=gr.Chatbot(
62
  elem_id="gr_chatbot",
63
  label='chatbot',
64
+ avatar_images=('user_avatar.png', 'assistant_avatar.png'),
65
  render=False
66
  ),
67
  examples=['Please narrate the video in real time.', 'Please describe what I am doing.', 'Could you summarize what have been done?', 'Hi, guide me the next step.'],