efederici commited on
Commit
8d5bd81
โ€ข
1 Parent(s): ccebcd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.3 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 the Maestrale model 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"]
 
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"]