Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files
app.py
CHANGED
@@ -130,8 +130,9 @@ chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeh
|
|
130 |
with gr.Blocks(fill_height=True) as demo:
|
131 |
gr.ChatInterface(
|
132 |
fn=bot_streaming,
|
133 |
-
title="LLaVA
|
134 |
-
examples=[{"text": "
|
|
|
135 |
{"text": "Bu tatlı nasıl yapılır?", "files": ["./baklava.png"]}],
|
136 |
description="",
|
137 |
stop_btn="Stop Generation",
|
|
|
130 |
with gr.Blocks(fill_height=True) as demo:
|
131 |
gr.ChatInterface(
|
132 |
fn=bot_streaming,
|
133 |
+
title="Cosmos LLaVA",
|
134 |
+
examples=[{"text": "Bu kitabın adı ne?", "files": ["./book.jpg"]},
|
135 |
+
{"text": "Çiçeğin üzerinde ne var?", "files": ["./bee.jpg"]},
|
136 |
{"text": "Bu tatlı nasıl yapılır?", "files": ["./baklava.png"]}],
|
137 |
description="",
|
138 |
stop_btn="Stop Generation",
|
book.jpg
ADDED