RaushanTurganbay HF staff commited on
Commit
47b4ee5
1 Parent(s): bfad488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ demo = gr.ChatInterface(fn=bot_streaming, title="LLaVA Onevision", examples=[
113
  {"text": "Here are several images from a cooking book, showing how to prepare a meal step by step. Can you write a recipe for the meal, describing each step in details?", "files":["./step0.png", "./step1.png", "./step2.png", "./step3.png", "./step4.png", "./step5.png"]},
114
 
115
  {"text": "What is on the flower?", "files":["./bee.jpg"]},
116
- {"text": "This is a video explaining how to create a Presentation in GoogleSlides. Can you write down what I should do step by step, following the video?", "files":["./tutorial.mp4"]}],
117
  textbox=gr.MultimodalTextbox(file_count="multiple"),
118
  description="Try [LLaVA Onevision](https://huggingface.co/docs/transformers/main/en/model_doc/llava_onevision) in this demo (more specifically, the [Qwen-2-0.5B-Instruct variant](https://huggingface.co/llava-hf/llava-onevision-qwen2-0.5b-ov-hf)). Upload an image or a video, and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error. ",
119
  stop_btn="Stop Generation", multimodal=True)
 
113
  {"text": "Here are several images from a cooking book, showing how to prepare a meal step by step. Can you write a recipe for the meal, describing each step in details?", "files":["./step0.png", "./step1.png", "./step2.png", "./step3.png", "./step4.png", "./step5.png"]},
114
 
115
  {"text": "What is on the flower?", "files":["./bee.jpg"]},
116
+ {"text": "What is this video about? Describe all the steps taken in the video so I can follow them, be very detailed", "files":["./tutorial.mp4"]}],
117
  textbox=gr.MultimodalTextbox(file_count="multiple"),
118
  description="Try [LLaVA Onevision](https://huggingface.co/docs/transformers/main/en/model_doc/llava_onevision) in this demo (more specifically, the [Qwen-2-0.5B-Instruct variant](https://huggingface.co/llava-hf/llava-onevision-qwen2-0.5b-ov-hf)). Upload an image or a video, and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error. ",
119
  stop_btn="Stop Generation", multimodal=True)