Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,6 @@ chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeh
|
|
71 |
with gr.Blocks(fill_height=True, ) as demo:
|
72 |
gr.ChatInterface(
|
73 |
fn=bot_streaming,
|
74 |
-
description="Try [LLaVA Llama-3-8B](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers).",
|
75 |
stop_btn="Stop Generation",
|
76 |
multimodal=True,
|
77 |
textbox=chat_input,
|
|
|
71 |
with gr.Blocks(fill_height=True, ) as demo:
|
72 |
gr.ChatInterface(
|
73 |
fn=bot_streaming,
|
|
|
74 |
stop_btn="Stop Generation",
|
75 |
multimodal=True,
|
76 |
textbox=chat_input,
|