Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
47b4ee5
1
Parent(s):
bfad488
Update app.py
Browse files
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": "
|
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)
|