Spaces:
Runtime error
Runtime error
update
Browse files
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='
|
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 |
|