pongtsu commited on
Commit
13d8855
·
1 Parent(s): 1bcf0c0

fix: add research preview.

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -118,7 +118,7 @@ def bot_streaming(message, history, max_new_tokens=512):
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>
 
118
 
119
  demo = gr.ChatInterface(
120
  fn=bot_streaming,
121
+ title="🌪️ Typhoon2-Vision (Research Preview): Vision-Language Model optimized for Thai (Research Preview)",
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>