qnguyen3 commited on
Commit
ef7e3ef
1 Parent(s): e8306f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,6 +120,6 @@ def bot_streaming(message, history):
120
 
121
  demo = gr.ChatInterface(fn=bot_streaming, title="LLaVA NeXT", examples=[{"text": "What is on the flower?", "files":["./bee.jpg"]},
122
  {"text": "How to make this pastry?", "files":["./baklava.png"]}],
123
- 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.",
124
  stop_btn="Stop Generation", multimodal=True)
125
  demo.launch(debug=True)
 
120
 
121
  demo = gr.ChatInterface(fn=bot_streaming, title="LLaVA NeXT", examples=[{"text": "What is on the flower?", "files":["./bee.jpg"]},
122
  {"text": "How to make this pastry?", "files":["./baklava.png"]}],
123
+ description="Try [nanoLLaVA](https://huggingface.co/qnguyen3/nanoLLaVA) in this demo. Built on top of [Quyen-SE-v0.1 (Qwen1.5-0.5B)](https://huggingface.co/vilm/Quyen-SE-v0.1). 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.",
124
  stop_btn="Stop Generation", multimodal=True)
125
  demo.launch(debug=True)