pongtsu commited on
Commit
a92f8fe
·
1 Parent(s): 5592bcc

fix: remove redundant text preview.

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