13ilguun commited on
Commit
ce41aac
·
verified ·
1 Parent(s): 20cd3e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  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
7
  """
8
  client = InferenceClient(
9
- model="HuggingFaceH4/zephyr-7b-beta",
10
  token=os.getenv("huggingface_token"),
11
  provider="hf-inference"
12
  )
 
6
  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
7
  """
8
  client = InferenceClient(
9
+ model="HuggingFaceH4/zephyr-7b-alpha",
10
  token=os.getenv("huggingface_token"),
11
  provider="hf-inference"
12
  )