Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from huggingface_hub import hf_hub_download
|
|
11 |
|
12 |
|
13 |
hf_hub_download(
|
14 |
-
repo_id="
|
15 |
filename="nsfw-6b-q4_k_m.gguf",
|
16 |
local_dir="./models"
|
17 |
)
|
@@ -131,7 +131,7 @@ demo = gr.ChatInterface(
|
|
131 |
undo_btn="Undo",
|
132 |
clear_btn="Clear",
|
133 |
submit_btn="Send",
|
134 |
-
title="Chat with
|
135 |
description=description,
|
136 |
chatbot=gr.Chatbot(
|
137 |
scale=1,
|
|
|
11 |
|
12 |
|
13 |
hf_hub_download(
|
14 |
+
repo_id="HelpingAI/HELVETE",
|
15 |
filename="nsfw-6b-q4_k_m.gguf",
|
16 |
local_dir="./models"
|
17 |
)
|
|
|
131 |
undo_btn="Undo",
|
132 |
clear_btn="Clear",
|
133 |
submit_btn="Send",
|
134 |
+
title="Chat with HELVETE using llama.cpp",
|
135 |
description=description,
|
136 |
chatbot=gr.Chatbot(
|
137 |
scale=1,
|