Artples commited on
Commit
270220a
1 Parent(s): 7fee0b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ DEFAULT_MAX_NEW_TOKENS = 1024
12
  MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
13
 
14
  DESCRIPTION = """\
15
- # Labradorite-13b Chat
16
 
17
  This Space demonstrates model [Merlinite-7b](https://huggingface.co/ibm/merlinite-7b) by IBM, a finetuned Mistral model with 7B parameters for chat instructions.
18
 
 
12
  MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
13
 
14
  DESCRIPTION = """\
15
+ # Merlinite-7b Chat
16
 
17
  This Space demonstrates model [Merlinite-7b](https://huggingface.co/ibm/merlinite-7b) by IBM, a finetuned Mistral model with 7B parameters for chat instructions.
18