Update app.py
Browse files
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 (
|
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()
|