IST199655
commited on
Commit
·
b6079ea
1
Parent(s):
ad586dc
app.py
CHANGED
@@ -70,6 +70,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
70 |
client = InferenceClient(model="https://huggingface.co/Heit39/llama_lora_model_1")
|
71 |
|
72 |
|
|
|
73 |
def respond(
|
74 |
message,
|
75 |
history: list[tuple[str, str]],
|
|
|
70 |
client = InferenceClient(model="https://huggingface.co/Heit39/llama_lora_model_1")
|
71 |
|
72 |
|
73 |
+
|
74 |
def respond(
|
75 |
message,
|
76 |
history: list[tuple[str, str]],
|