Pittawat Taveekitworachai commited on
Commit
399079f
Β·
1 Parent(s): 2801168

chore: add "research preview", correct section

Browse files
Files changed (1) hide show
  1. demo.py +2 -2
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 5)</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 />
 
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 />