Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,9 @@ MODEL = os.environ.get("MODEL_ID")
|
|
12 |
|
13 |
TITLE = """
|
14 |
<h1><center>EXAONE-3.0-7.8B-Instruct</center></h1>
|
|
|
15 |
<p>The model is licensed under EXAONE AI Model License Agreement 1.0 - NC</p>
|
|
|
16 |
"""
|
17 |
|
18 |
PLACEHOLDER = """
|
|
|
12 |
|
13 |
TITLE = """
|
14 |
<h1><center>EXAONE-3.0-7.8B-Instruct</center></h1>
|
15 |
+
<center>
|
16 |
<p>The model is licensed under EXAONE AI Model License Agreement 1.0 - NC</p>
|
17 |
+
</center>
|
18 |
"""
|
19 |
|
20 |
PLACEHOLDER = """
|