Spaces:
Running
Running
Update app.py
Browse files
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=('
|
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.'],
|