devccazares commited on
Commit
667b8d8
·
1 Parent(s): 3ceada8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  """
8
  hf_token = os.getenv("user_token")
9
  print(hf_token)
10
- client = InferenceClient("Qwen/Qwen2.5-Coder-7B-Instruct", token=hf_token)
11
 
12
 
13
  def respond(
 
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(