Spaces:
Sleeping
Sleeping
chenhaodev
commited on
Commit
•
c4911c2
1
Parent(s):
4eec78b
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ chat_template = os.getenv('CHAT_TEMPLATE')
|
|
10 |
|
11 |
# Interface variables
|
12 |
model_name = model_id.split('/')[1].split('-GGUF')[0]
|
13 |
-
title = f"
|
14 |
description = f"Chat with <a href=\"https://huggingface.co/{model_id}\">{model_name}</a> in GGUF format ({quant})!"
|
15 |
|
16 |
# Initialize the LLM
|
|
|
10 |
|
11 |
# Interface variables
|
12 |
model_name = model_id.split('/')[1].split('-GGUF')[0]
|
13 |
+
title = f"{model_name}"
|
14 |
description = f"Chat with <a href=\"https://huggingface.co/{model_id}\">{model_name}</a> in GGUF format ({quant})!"
|
15 |
|
16 |
# Initialize the LLM
|