Spaces:
Running
on
Zero
Running
on
Zero
fix: remove redundant text preview.
Browse files
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
|
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>
|