wwpop commited on
Commit
bd943ee
·
verified ·
1 Parent(s): e8a1690

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ api_key=os.environ.get('qwen_API_KEY')
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("Qwen/Qwen2.5-72B-Instruct",api_key)
9
 
10
 
11
  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("Qwen/Qwen2.5-72B-Instruct",token=api_key)
9
 
10
 
11
  def respond(