T3lli commited on
Commit
c43f857
·
verified ·
1 Parent(s): ecd5e22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  client = InferenceClient("DrDomedag/LocoLamav3M4bit")
8
  """The following models work as well"""
9
  #client = InferenceClient("T3lli/test_v2")
10
- #client = InferenceClient("T3lli/HumanDialogue")
11
 
12
  name = "Elli"
13
 
 
7
  client = InferenceClient("DrDomedag/LocoLamav3M4bit")
8
  """The following models work as well"""
9
  #client = InferenceClient("T3lli/test_v2")
10
+ #client = InferenceClient("DrDomedag/HumanDialoguev2")
11
 
12
  name = "Elli"
13