IST199655
commited on
Commit
·
5a0b95e
1
Parent(s):
59e0922
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("llama_lora_model_1")
|
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/tree/main/llama_lora_model_1")
|
71 |
|
72 |
|
73 |
def respond(
|