Update space
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
3 |
from typing import List, Dict
|
4 |
|
5 |
# Initialize client with your model
|
6 |
-
client = InferenceClient("
|
7 |
|
8 |
def respond(
|
9 |
message: str,
|
|
|
3 |
from typing import List, Dict
|
4 |
|
5 |
# Initialize client with your model
|
6 |
+
client = InferenceClient("ivwhy/lora_model")
|
7 |
|
8 |
def respond(
|
9 |
message: str,
|