Nymbo commited on
Commit
13262c5
·
verified ·
1 Parent(s): 9a0b004

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ examples=[
90
  [{"text": "What is the date in this document?", "files": ["example_images/document.jpg"]}],
91
  [{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
92
  ]
93
- demo = gr.ChatInterface(fn=model_inference, title="SmolVLM-256M: The Smollest VLM ever 💫",
94
  description="Play with [HuggingFaceTB/SmolVLM-500M-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM-500M-Instruct) in this demo. To get started, upload an image and text or try one of the examples. This demo doesn't use history for the chat, so every chat you start is a new conversation.",
95
  examples=examples,
96
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"), stop_btn="Stop Generation", multimodal=True,
 
90
  [{"text": "What is the date in this document?", "files": ["example_images/document.jpg"]}],
91
  [{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
92
  ]
93
+ demo = gr.ChatInterface(fn=model_inference, title="SmolVLM-500M: The 2nd Smollest VLM ever 💫",
94
  description="Play with [HuggingFaceTB/SmolVLM-500M-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM-500M-Instruct) in this demo. To get started, upload an image and text or try one of the examples. This demo doesn't use history for the chat, so every chat you start is a new conversation.",
95
  examples=examples,
96
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"), stop_btn="Stop Generation", multimodal=True,