PapaBibo commited on
Commit
53ec0b6
1 Parent(s): d3cb3b0

maj modele 0.3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ DEFAULT_MAX_NEW_TOKENS = 256
14
  MAX_INPUT_TOKEN_LENGTH = 4000
15
 
16
  DESCRIPTION = """
17
- # [Mistral-7B](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1)
18
  """ + """ give an article url, I'll write a tweet for you """
19
 
20
  def clear_and_save_textbox(message: str) -> tuple[str, str]:
 
14
  MAX_INPUT_TOKEN_LENGTH = 4000
15
 
16
  DESCRIPTION = """
17
+ # [Mistral-7B](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)
18
  """ + """ give an article url, I'll write a tweet for you """
19
 
20
  def clear_and_save_textbox(message: str) -> tuple[str, str]: