TobyYang7 commited on
Commit
50504f5
·
verified ·
1 Parent(s): 1484047

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,