devccazares commited on
Commit
64c4209
·
1 Parent(s): 8beb821
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import InferenceClient
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
- client = InferenceClient("Qwen/Qwen2.5-7B-Instruct", token=hf_token)
10
 
11
 
12
  def respond(
 
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
+ client = InferenceClient("Qwen/Qwen2.5-Coder-3B-Instruct", token=hf_token)
10
 
11
 
12
  def respond(