Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ PLACEHOLDER = """
|
|
20 |
"""
|
21 |
|
22 |
DESCRIPTION = """<div>
|
23 |
-
<p>๐ฎ๐น Italian LLM <a href="https://huggingface.co/mii-llm/maestrale-chat-v0.3-beta"><b>Maestrale Chat v0.
|
24 |
-
<p>๐ For more details about
|
25 |
</div>"""
|
26 |
|
27 |
_token = os.environ["HUGGINGFACE_API_KEY"]
|
|
|
20 |
"""
|
21 |
|
22 |
DESCRIPTION = """<div>
|
23 |
+
<p>๐ฎ๐น Italian LLM <a href="https://huggingface.co/mii-llm/maestrale-chat-v0.3-beta"><b>Maestrale Chat v0.4 beta</b></a>. Maestrale is a powerful language model for Italian, trained by mii-llm, based on Mistral 7B.</p>
|
24 |
+
<p>๐ For more details about Maestrale and how to use it with <code>transformers</code>, visit the <a href="https://huggingface.co/mii-llm/maestrale-chat-v0.3-beta">model card</a>.</p>
|
25 |
</div>"""
|
26 |
|
27 |
_token = os.environ["HUGGINGFACE_API_KEY"]
|