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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ 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()
 
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. For non-thinking version, please try [Kimi-VL-A3B](https://huggingface.co/spaces/moonshotai/Kimi-VL-A3B)."""
34
  DESCRIPTION = """"""
35
  ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
36
  DEPLOY_MODELS = dict()