Spaces:
Running
on
Zero
Running
on
Zero
Pittawat Taveekitworachai
commited on
Commit
Β·
399079f
1
Parent(s):
2801168
chore: add "research preview", correct section
Browse files
demo.py
CHANGED
@@ -118,10 +118,10 @@ def bot_streaming(message, history, max_new_tokens=512):
|
|
118 |
|
119 |
demo = gr.ChatInterface(
|
120 |
fn=bot_streaming,
|
121 |
-
title="πͺοΈ Typhoon2-Vision: Vision-Language Model optimized for Thai",
|
122 |
description="""
|
123 |
<ul>
|
124 |
-
<li>π <b>Technical Report</b>: <a href="https://arxiv.org/abs/2412.13702" target="_blank">https://arxiv.org/abs/2412.13702 (Section
|
125 |
<li>π€ <b>Model weights</b>: <a href="https://huggingface.co/scb10x/typhoon2-qwen2vl-7b-vision-instruct" target="_blank">https://huggingface.co/scb10x/typhoon2-qwen2vl-7b-vision-instruct</a></li>
|
126 |
</ul>
|
127 |
<br />
|
|
|
118 |
|
119 |
demo = gr.ChatInterface(
|
120 |
fn=bot_streaming,
|
121 |
+
title="πͺοΈ Typhoon2-Vision (Research Preview): Vision-Language Model optimized for Thai",
|
122 |
description="""
|
123 |
<ul>
|
124 |
+
<li>π <b>Technical Report</b>: <a href="https://arxiv.org/abs/2412.13702" target="_blank">https://arxiv.org/abs/2412.13702 (Section 4)</a></li>
|
125 |
<li>π€ <b>Model weights</b>: <a href="https://huggingface.co/scb10x/typhoon2-qwen2vl-7b-vision-instruct" target="_blank">https://huggingface.co/scb10x/typhoon2-qwen2vl-7b-vision-instruct</a></li>
|
126 |
</ul>
|
127 |
<br />
|