TakiTakiTa commited on
Commit
025630e
·
verified ·
1 Parent(s): 250dba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama", examples=[
92
  )
93
  ],
94
  cache_examples=False,
95
- description="Try Multimodal Llama by Meta with transformers in this demo. Upload an image, and start chatting about it, or simply try one of the examples below. To learn more about Llama Vision, visit [our blog post](https://huggingface.co/blog/llama32). ",
96
  stop_btn="Stop Generation",
97
  fill_height=True,
98
  multimodal=True)
 
92
  )
93
  ],
94
  cache_examples=False,
95
+ description="Try Multimodal LlamaV-o1 with transformers in this demo. Upload an image, and start chatting about it, or simply try one of the examples below. ",
96
  stop_btn="Stop Generation",
97
  fill_height=True,
98
  multimodal=True)