T3lli commited on
Commit
efd8602
·
verified ·
1 Parent(s): a7d53ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -5,6 +5,9 @@ from huggingface_hub import InferenceClient
5
  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
6
  """
7
  client = InferenceClient("DrDomedag/LocoLamav3M4bit")
 
 
 
8
 
9
  name = "Elli"
10
 
 
5
  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
6
  """
7
  client = InferenceClient("DrDomedag/LocoLamav3M4bit")
8
+ """The following models work as well"""
9
+ #client = InferenceClient("T3lli/test_v2")
10
+ #client = InferenceClient("T3lli/test_v3")
11
 
12
  name = "Elli"
13