Xkev commited on
Commit
0688e4e
·
verified ·
1 Parent(s): 1ec7fba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -88,6 +88,7 @@ demo = gr.ChatInterface(fn=bot_streaming, title="LLaVA-CoT",
88
  ],
89
  examples=[[{"text": "What is on the flower?", "files": ["./Example1.webp"]},512],
90
  [{"text": "How to make this pastry?", "files": ["./Example2.png"]},512]],
 
91
  cache_examples=False,
92
  description="Upload an image, and start chatting about it. To learn more about LLaVA-CoT, visit [our GitHub page](https://github.com/PKU-YuanGroup/LLaVA-CoT). Note: Since Gradio currently does not support displaying the special markings in the output, we have replaced it with the expression (Here begins the X phase).",
93
  stop_btn="Stop Generation",
 
88
  ],
89
  examples=[[{"text": "What is on the flower?", "files": ["./Example1.webp"]},512],
90
  [{"text": "How to make this pastry?", "files": ["./Example2.png"]},512]],
91
+ [{"text": "Subtract all tiny shiny balls. Subtract all purple objects. How many objects are left? Options: A. 4, B. 8, C. 2, D. 6", "files": ["./reasoning.png"]},512]]
92
  cache_examples=False,
93
  description="Upload an image, and start chatting about it. To learn more about LLaVA-CoT, visit [our GitHub page](https://github.com/PKU-YuanGroup/LLaVA-CoT). Note: Since Gradio currently does not support displaying the special markings in the output, we have replaced it with the expression (Here begins the X phase).",
94
  stop_btn="Stop Generation",