Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,6 @@ with gr.Blocks(fill_height=True) as demo:
|
|
43 |
title="FinLLaVA",
|
44 |
examples=[{"text": "What is on the flower?", "files": ["./bee.jpg"]},
|
45 |
{"text": "How to make this pastry?", "files": ["./baklava.png"]}],
|
46 |
-
description="Try [LLaVA Llama-3-8B](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers). Upload an image 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.",
|
47 |
stop_btn="Stop Generation",
|
48 |
multimodal=True,
|
49 |
textbox=chat_input,
|
|
|
43 |
title="FinLLaVA",
|
44 |
examples=[{"text": "What is on the flower?", "files": ["./bee.jpg"]},
|
45 |
{"text": "How to make this pastry?", "files": ["./baklava.png"]}],
|
|
|
46 |
stop_btn="Stop Generation",
|
47 |
multimodal=True,
|
48 |
textbox=chat_input,
|