echarlaix HF Staff commited on
Commit
eae8f4b
·
1 Parent(s): 8445693

fix summary

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -281,7 +281,7 @@ demo = gr.ChatInterface(
281
  ],
282
  stop_btn=False,
283
  title="Fast quantized SmolVLM2 ⚡",
284
- 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.",
285
  examples=examples,
286
  run_examples_on_click=False,
287
  cache_examples=False,
 
281
  ],
282
  stop_btn=False,
283
  title="Fast quantized SmolVLM2 ⚡",
284
+ description="Play with a [SmolVLM2-500M-Video-Instruct](https://huggingface.co/echarlaix/SmolVLM2-500M-Video-Instruct-openvino) and its quantized counterpart. Weight Only Quantization and Static Quantization was applied with [Optimum Intel](https://github.com/huggingface/optimum-intel) NNCF integration. 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.",
285
  examples=examples,
286
  run_examples_on_click=False,
287
  cache_examples=False,