devccazares commited on
Commit
e49ffd0
·
1 Parent(s): 667b8d8
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -5,9 +5,7 @@ from huggingface_hub import InferenceClient
5
  """
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
- hf_token = os.getenv("user_token")
9
- print(hf_token)
10
- client = InferenceClient("Qwen/Qwen2.5-Coder-3B-Instruct", token=hf_token)
11
 
12
 
13
  def respond(
 
5
  """
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("HuggingFaceH4/zephyr-7b-beta")
 
 
9
 
10
 
11
  def respond(