teowu commited on
Commit
2ba1ac8
·
verified ·
1 Parent(s): 1d9d9ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ from kimi_vl.serve.chat_utils import (
29
  from kimi_vl.serve.inference import kimi_vl_generate, load_model
30
  from kimi_vl.serve.examples import get_examples
31
 
32
- TITLE = """<h1 align="left" style="min-width:200px; margin-top:0;">Chat with Kimi-VL-A3B-Thinking </h1>"""
33
- DESCRIPTION_TOP = """<a href="https://github.com/MoonshotAI/Kimi-VL" target="_blank">Kimi-VL</a> is a multi-modal LLM that can understand and generate text and images."""
34
  DESCRIPTION = """"""
35
  ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
36
  DEPLOY_MODELS = dict()
 
29
  from kimi_vl.serve.inference import kimi_vl_generate, load_model
30
  from kimi_vl.serve.examples import get_examples
31
 
32
+ TITLE = """<h1 align="left" style="min-width:200px; margin-top:0;">Chat with Kimi-VL-A3B-Thinking🤔 </h1>"""
33
+ DESCRIPTION_TOP = """<a href="https://github.com/MoonshotAI/Kimi-VL" target="_blank">Kimi-VL-A3B-Thinking</a> is a multi-modal LLM that can understand text and images, and generate text with thinking processes (<think>)."""
34
  DESCRIPTION = """"""
35
  ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
36
  DEPLOY_MODELS = dict()