Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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():
|