Artples commited on
Commit
09f7049
1 Parent(s): 01a4635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
13
 
14
  DESCRIPTION = """\
15
  # L-MChat
16
- This Space demonstrates [L-MChat](https://huggingface.co/collections/Artples/l-mchat-663265a8351231c428318a8f) by L-AI. <br> To select the Model that you want to use please go to the Adavanced Settings, the Fast-Model (L-MChat-Small) is activated by default.
17
  """
18
 
19
  if not torch.cuda.is_available():
 
13
 
14
  DESCRIPTION = """\
15
  # L-MChat
16
+ This Space demonstrates [L-MChat](https://huggingface.co/collections/Artples/l-mchat-663265a8351231c428318a8f) by L-AI. <br> To select the Model that you want to use please go to the Adavanced Inputs, the Fast-Model (L-MChat-Small) is activated by default.
17
  """
18
 
19
  if not torch.cuda.is_available():