Richard3306 commited on
Commit
28c31ae
·
verified ·
1 Parent(s): cddccc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ new_path1 = "tastypear/CausalLM-7B-DPO-alpha-GGUF" # cannot use
10
  new_path3 = "aifeifei798/llama3-8B-DarkIdol-2.3-Uncensored-32K"
11
  new_path4 = "marianna13/byt5-small-NSFW-image-urls"
12
  origin_path = "HuggingFaceH4/zephyr-7b-beta"
13
- client = InferenceClient(origin_path)
 
14
 
15
 
16
  def respond(
 
10
  new_path3 = "aifeifei798/llama3-8B-DarkIdol-2.3-Uncensored-32K"
11
  new_path4 = "marianna13/byt5-small-NSFW-image-urls"
12
  origin_path = "HuggingFaceH4/zephyr-7b-beta"
13
+ funny_path = "cognitivecomputations/WizardLM-13B-Uncensored"
14
+ client = InferenceClient(funny_path)
15
 
16
 
17
  def respond(