Richard3306 commited on
Commit
d9f6de7
·
verified ·
1 Parent(s): df29e32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  new_path = "meta-llama/Meta-Llama-3.1-8B-Instruct"
8
  new_path1 = 'tastypear/CausalLM-7B-DPO-alpha-GGUF'
9
  origin_path = "HuggingFaceH4/zephyr-7b-beta"
10
- client = InferenceClient(new_path1)
11
 
12
 
13
  def respond(
 
7
  new_path = "meta-llama/Meta-Llama-3.1-8B-Instruct"
8
  new_path1 = 'tastypear/CausalLM-7B-DPO-alpha-GGUF'
9
  origin_path = "HuggingFaceH4/zephyr-7b-beta"
10
+ client = InferenceClient(new_path)
11
 
12
 
13
  def respond(