Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,6 @@ with gr.Blocks(css="style.css") as demo:
|
|
102 |
gr.Markdown(DESCRIPTION)
|
103 |
gr.Markdown("""## LLaVA, one of the greatest multimodal chat models is now available in Transformers with 4-bit quantization! ⚡️
|
104 |
See the docs here: https://huggingface.co/docs/transformers/main/en/model_doc/llava.""")
|
105 |
-
gr.Markdown("## Try it 4-bit quantized LLaVA this demo 🤗")
|
106 |
-
|
107 |
chatbot = gr.Chatbot(label="Chat", show_label=False)
|
108 |
gr.Markdown("Input image and text and start chatting 👇")
|
109 |
with gr.Row():
|
|
|
102 |
gr.Markdown(DESCRIPTION)
|
103 |
gr.Markdown("""## LLaVA, one of the greatest multimodal chat models is now available in Transformers with 4-bit quantization! ⚡️
|
104 |
See the docs here: https://huggingface.co/docs/transformers/main/en/model_doc/llava.""")
|
|
|
|
|
105 |
chatbot = gr.Chatbot(label="Chat", show_label=False)
|
106 |
gr.Markdown("Input image and text and start chatting 👇")
|
107 |
with gr.Row():
|