Update space
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ from huggingface_hub import InferenceClient
|
|
7 |
"""
|
8 |
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
|
9 |
"""
|
10 |
-
|
11 |
-
client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
|
12 |
|
13 |
# def yodaify_text(text):
|
14 |
# """
|
|
|
7 |
"""
|
8 |
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
|
9 |
"""
|
10 |
+
client = InferenceClient("microsoft/Phi-3-mini-4k-instruct")
|
11 |
+
# client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
|
12 |
|
13 |
# def yodaify_text(text):
|
14 |
# """
|