nielsr HF staff commited on
Commit
a3a174a
1 Parent(s): da795ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,7 +65,8 @@ css = """
65
  """
66
  with gr.Blocks(css="style.css") as demo:
67
  gr.Markdown(DESCRIPTION)
68
- gr.Markdown("## LLaVA, one of the greatest multimodal chat models is now available in transformers with 4-bit quantization! ⚡️")
 
69
  gr.Markdown("## Try it 4-bit quantized LLaVA this demo 🤗")
70
 
71
  chatbot = gr.Chatbot(label="Chat", show_label=False)
 
65
  """
66
  with gr.Blocks(css="style.css") as demo:
67
  gr.Markdown(DESCRIPTION)
68
+ gr.Markdown("""## LLaVA, one of the greatest multimodal chat models is now available in Transformers with 4-bit quantization! ⚡️
69
+ See the docs here: https://huggingface.co/docs/transformers/main/en/model_doc/llava.""")
70
  gr.Markdown("## Try it 4-bit quantized LLaVA this demo 🤗")
71
 
72
  chatbot = gr.Chatbot(label="Chat", show_label=False)