Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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(
|