nroggendorff commited on
Commit
8470c9e
·
verified ·
1 Parent(s): 22512a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,