Reuben Tan commited on
Commit
963a48e
1 Parent(s): 2e18035

update chatbot label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='Global-Local QFormer')
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