IST199655
commited on
Commit
·
efd71ce
1
Parent(s):
5a0b95e
aa
Browse files
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/spaces/Heit39/iris/
|
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/spaces/Heit39/iris/llama_lora_model_1")
|
71 |
|
72 |
|
73 |
def respond(
|