emeses commited on
Commit
1dee68b
·
1 Parent(s): d7fe361

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("emeses/lab2_model")
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,