Spaces:
Sleeping
Sleeping
Reuben Tan
commited on
Commit
•
963a48e
1
Parent(s):
2e18035
update chatbot label
Browse files
app.py
CHANGED
@@ -239,7 +239,7 @@ with gr.Blocks() as demo:
|
|
239 |
with gr.Column():
|
240 |
chat_state = gr.State()
|
241 |
img_list = gr.State()
|
242 |
-
chatbot = gr.Chatbot(label='
|
243 |
text_input = gr.Textbox(label='User', placeholder='Please upload your video first.', interactive=False)
|
244 |
|
245 |
|
|
|
239 |
with gr.Column():
|
240 |
chat_state = gr.State()
|
241 |
img_list = gr.State()
|
242 |
+
chatbot = gr.Chatbot(label='Koala video-LLM')
|
243 |
text_input = gr.Textbox(label='User', placeholder='Please upload your video first.', interactive=False)
|
244 |
|
245 |
|