Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ DESCRIPTION = """\
|
|
15 |
|
16 |
##### We hope EXAONE continues to advance Expert AI with its effectiveness and bilingual skills.
|
17 |
|
18 |
-
<center>This is
|
19 |
|
20 |
<center>π For more details, please check <a href=https://www.lgresearch.ai/blog/view?seq=507>our blog</a> or <a href=https://arxiv.org/abs/2412.04862>technical report</a></center>
|
21 |
|
@@ -148,7 +148,7 @@ chat_interface = gr.ChatInterface(
|
|
148 |
)
|
149 |
|
150 |
with gr.Blocks(css="style.css", fill_height=True) as demo:
|
151 |
-
gr.Markdown("""<p align="center"><img src="https://huggingface.co/spaces/LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct-Demo/resolve/main/EXAONE_Symbol%2BBI_3d.png" style="margin-right: 20px; height:
|
152 |
gr.Markdown(DESCRIPTION)
|
153 |
chat_interface.render()
|
154 |
|
|
|
15 |
|
16 |
##### We hope EXAONE continues to advance Expert AI with its effectiveness and bilingual skills.
|
17 |
|
18 |
+
<center>This is an official demo of <a href=https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct>LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct</a>, fine-tuned for instruction following.</center>
|
19 |
|
20 |
<center>π For more details, please check <a href=https://www.lgresearch.ai/blog/view?seq=507>our blog</a> or <a href=https://arxiv.org/abs/2412.04862>technical report</a></center>
|
21 |
|
|
|
148 |
)
|
149 |
|
150 |
with gr.Blocks(css="style.css", fill_height=True) as demo:
|
151 |
+
gr.Markdown("""<p align="center"><img src="https://huggingface.co/spaces/LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct-Demo/resolve/main/EXAONE_Symbol%2BBI_3d.png" style="margin-right: 20px; height: 60px"/><p>""")
|
152 |
gr.Markdown(DESCRIPTION)
|
153 |
chat_interface.render()
|
154 |
|