Abhaykoul commited on
Commit
a554a4e
·
verified ·
1 Parent(s): fe032e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ from huggingface_hub import hf_hub_download
11
 
12
 
13
  hf_hub_download(
14
- repo_id="UnfilteredAI/NSFW-6B",
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 NSFW using llama.cpp",
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,