Update app.py
Browse files
app.py
CHANGED
@@ -21,9 +21,9 @@ DEFAULT_MAX_NEW_TOKENS = 512
|
|
21 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "16384"))
|
22 |
|
23 |
DESCRIPTION = """\
|
24 |
-
|
25 |
|
26 |
-
|
27 |
|
28 |
<center>π For more details, please check <a href=https://huggingface.co/collections/LGAI-EXAONE/exaone-35-674d0e1bb3dcd2ab6f39dbb4>EXAONE-3.5 collections</a>, <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>
|
29 |
"""
|
|
|
21 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "16384"))
|
22 |
|
23 |
DESCRIPTION = """\
|
24 |
+
<h1 style="text-align: center; margin-top: -23px; margin-bottom: -5px;"> EXAONE 3.5: Series of Large Language Models for Real-world Use Cases</h1>
|
25 |
|
26 |
+
#### <center> We hope EXAONE continues to advance Expert AI with its effectiveness and bilingual skills. </center>
|
27 |
|
28 |
<center>π For more details, please check <a href=https://huggingface.co/collections/LGAI-EXAONE/exaone-35-674d0e1bb3dcd2ab6f39dbb4>EXAONE-3.5 collections</a>, <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>
|
29 |
"""
|