Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -350,8 +350,8 @@ def http_bot(
|
|
| 350 |
# <h1 style="font-size: 28px; font-weight: bold;">Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling</h1>
|
| 351 |
title_html = """
|
| 352 |
<img src="https://internvl.opengvlab.com/assets/logo-47b364d3.jpg" style="width: 280px; height: 70px;">
|
| 353 |
-
<p>Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling</p>
|
| 354 |
-
<a href="https://internvl.github.io/blog/2024-
|
| 355 |
<a href="https://internvl.opengvlab.com/">[🌟 Official Demo]</a>
|
| 356 |
<a href="https://github.com/OpenGVLab/InternVL?tab=readme-ov-file#quick-start-with-huggingface">[🚀 Quick Start]</a>
|
| 357 |
"""
|
|
@@ -521,7 +521,7 @@ def build_demo():
|
|
| 521 |
with gr.Column(scale=8):
|
| 522 |
chatbot = gr.Chatbot(
|
| 523 |
elem_id="chatbot",
|
| 524 |
-
label="
|
| 525 |
height=580,
|
| 526 |
show_copy_button=True,
|
| 527 |
show_share_button=True,
|
|
|
|
| 350 |
# <h1 style="font-size: 28px; font-weight: bold;">Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling</h1>
|
| 351 |
title_html = """
|
| 352 |
<img src="https://internvl.opengvlab.com/assets/logo-47b364d3.jpg" style="width: 280px; height: 70px;">
|
| 353 |
+
<p>InternVL2.5 Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling</p>
|
| 354 |
+
<a href="https://internvl.github.io/blog/2024-12-05-InternVL-2.5/">[📜 InternVL Blog]</a>
|
| 355 |
<a href="https://internvl.opengvlab.com/">[🌟 Official Demo]</a>
|
| 356 |
<a href="https://github.com/OpenGVLab/InternVL?tab=readme-ov-file#quick-start-with-huggingface">[🚀 Quick Start]</a>
|
| 357 |
"""
|
|
|
|
| 521 |
with gr.Column(scale=8):
|
| 522 |
chatbot = gr.Chatbot(
|
| 523 |
elem_id="chatbot",
|
| 524 |
+
label="InternVL",
|
| 525 |
height=580,
|
| 526 |
show_copy_button=True,
|
| 527 |
show_share_button=True,
|