IST199655
commited on
Commit
·
ad586dc
1
Parent(s):
efd71ce
app.py
CHANGED
@@ -67,7 +67,7 @@ Copied from inference in colab notebook
|
|
67 |
"""
|
68 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
69 |
"""
|
70 |
-
client = InferenceClient(model="https://huggingface.co/
|
71 |
|
72 |
|
73 |
def respond(
|
|
|
67 |
"""
|
68 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
69 |
"""
|
70 |
+
client = InferenceClient(model="https://huggingface.co/Heit39/llama_lora_model_1")
|
71 |
|
72 |
|
73 |
def respond(
|