ikuinen99 commited on
Commit
a6888db
1 Parent(s): 8603bda
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ with gr.Blocks() as demo:
266
  last_answer = gr.State()
267
  entity_state = gr.State(value={})
268
  emb_list = gr.State()
269
- chatbot = gr.Chatbot(label='BindGPT-4')
270
  text_output = gr.HighlightedText(value=None, label="Response", show_legend=False)
271
  text_input = gr.Textbox(label='User', placeholder='Please upload your image/audio first', interactive=False)
272
 
 
266
  last_answer = gr.State()
267
  entity_state = gr.State(value={})
268
  emb_list = gr.State()
269
+ chatbot = gr.Chatbot(label='BuboGPT')
270
  text_output = gr.HighlightedText(value=None, label="Response", show_legend=False)
271
  text_input = gr.Textbox(label='User', placeholder='Please upload your image/audio first', interactive=False)
272