Spaces:
Running
on
CPU Spr
Running
on
CPU Spr
add demo description
Browse files
app.py
CHANGED
@@ -252,7 +252,8 @@ demo = gr.ChatInterface(
|
|
252 |
gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
|
253 |
],
|
254 |
stop_btn=False,
|
255 |
-
title="
|
|
|
256 |
examples=examples,
|
257 |
run_examples_on_click=False,
|
258 |
cache_examples=False,
|
|
|
252 |
gr.Slider(label="Max New Tokens", minimum=100, maximum=2000, step=10, value=700),
|
253 |
],
|
254 |
stop_btn=False,
|
255 |
+
title="Fast quantized SmolVLM2 ⚡",
|
256 |
+
description="Play with a [SmolVLM2-2.2B-Instruct](https://huggingface.co/echarlaix/SmolVLM2-2.2B-Instruct-openvino) exported to OpenVINO and quantized with with [Optimum Intel](https://github.com/huggingface/optimum-intel). To get started, upload an image and text or try one of the examples. This demo runs on 4th Generation Intel Xeon (Sapphire Rapids) processors.",
|
257 |
examples=examples,
|
258 |
run_examples_on_click=False,
|
259 |
cache_examples=False,
|