hysts HF staff commited on
Commit
00cae9a
·
1 Parent(s): 4b359d4

Allow showing <image> tag

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -259,6 +259,7 @@ examples = [
259
  demo = gr.ChatInterface(
260
  fn=run,
261
  type="messages",
 
262
  textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple"),
263
  multimodal=True,
264
  additional_inputs=[
 
259
  demo = gr.ChatInterface(
260
  fn=run,
261
  type="messages",
262
+ chatbot=gr.Chatbot(type="messages", scale=1, allow_tags=["image"]),
263
  textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple"),
264
  multimodal=True,
265
  additional_inputs=[