erndgn commited on
Commit
a701996
1 Parent(s): 94e7301

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +3 -2
  2. book.jpg +0 -0
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 Llama-3-8B",
134
- examples=[{"text": "Çiçeğin üzerinde ne var?", "files": ["./bee.jpg"]},
 
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