Spaces:
Paused
Paused
Update app.py
Browse files
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
|
|
|
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)
|