KleinPenny commited on
Commit
cf8305e
·
verified ·
1 Parent(s): 8c486c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ print(os.getenv('hf_token'))
7
  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
8
  """
9
  client = InferenceClient(
10
- "Qwen/Qwen2-0.5B",
11
  token=os.getenv('hf_token'),
12
  )
13
 
 
7
  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
8
  """
9
  client = InferenceClient(
10
+ "microsoft/Phi-3-mini-4k-instruct",
11
  token=os.getenv('hf_token'),
12
  )
13