Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,8 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
| 6 |
"""
|
| 7 |
#client = InferenceClient("DrDomedag/LocoLamav3M4bit")
|
| 8 |
"""The following models work as well"""
|
| 9 |
-
|
| 10 |
-
client = InferenceClient("T3lli/HumanDialogue")
|
| 11 |
|
| 12 |
name = "Elli"
|
| 13 |
|
|
|
|
| 6 |
"""
|
| 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 |
|