Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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 |
|