Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
6 |
"""
|
7 |
# client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
# client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
|
9 |
-
client = InferenceClient("bau0221/
|
10 |
|
11 |
def respond(
|
12 |
message,
|
|
|
6 |
"""
|
7 |
# client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
# client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
|
9 |
+
client = InferenceClient("bau0221/lora_model_0107")
|
10 |
|
11 |
def respond(
|
12 |
message,
|