keivalya commited on
Commit
996e769
·
1 Parent(s): 62e8555

Update space

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # 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
  # """
 
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
  # """