lewtun HF staff commited on
Commit
3c7aec5
1 Parent(s): bbb29c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,6 +58,6 @@ def bot_streaming(message, history):
58
 
59
  demo = gr.ChatInterface(fn=bot_streaming, title="VLM Playground", examples=[{"text": "What is on the flower?", "files":["./bee.jpg"]},
60
  {"text": "How to make this pastry?", "files":["./baklava.png"]}],
61
- description="Try [LLaVA NeXT](https://huggingface.co/docs/transformers/main/en/model_doc/llava_next) in this demo (more specifically, the [Mistral-7B variant](https://huggingface.co/llava-hf/llava-v1.6-mistral-7b-hf)). Upload an image and start chatting about it, or simply try one of the examples below. If you don't upload an image, you will receive an error.",
62
  stop_btn="Stop Generation", multimodal=True)
63
  demo.launch(debug=True)
 
58
 
59
  demo = gr.ChatInterface(fn=bot_streaming, title="VLM Playground", examples=[{"text": "What is on the flower?", "files":["./bee.jpg"]},
60
  {"text": "How to make this pastry?", "files":["./baklava.png"]}],
61
+ description="Playground for internal VLMs. Change the model ID and revision under the environments of the Space settings.",
62
  stop_btn="Stop Generation", multimodal=True)
63
  demo.launch(debug=True)