prithivMLmods commited on
Commit
20b681c
·
verified ·
1 Parent(s): a3d42ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -241,6 +241,7 @@ demo = gr.ChatInterface(
241
  [{"text": "Create a short story based on the image.", "files": ["examples/1.jpg"]}],
242
  ],
243
  cache_examples=False,
 
244
  type="messages",
245
  fill_height=True,
246
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
 
241
  [{"text": "Create a short story based on the image.", "files": ["examples/1.jpg"]}],
242
  ],
243
  cache_examples=False,
244
+ description="# **Pocket Llama**",
245
  type="messages",
246
  fill_height=True,
247
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),