TobyYang7 commited on
Commit
f07fb5d
1 Parent(s): 8c54553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeh
97
  with gr.Blocks(fill_height=True, ) as demo:
98
  gr.ChatInterface(
99
  fn=bot_streaming,
100
- title="LLaVA Llama-3-8B",
101
  examples=[{"text": "What is on the flower?", "files": ["./bee.jpg"]},
102
  {"text": "How to make this pastry?", "files": ["./baklava.png"]}],
103
 
 
97
  with gr.Blocks(fill_height=True, ) as demo:
98
  gr.ChatInterface(
99
  fn=bot_streaming,
100
+ title="FinLLaVA",
101
  examples=[{"text": "What is on the flower?", "files": ["./bee.jpg"]},
102
  {"text": "How to make this pastry?", "files": ["./baklava.png"]}],
103