ajitkumar22 commited on
Commit
cae3073
·
verified ·
1 Parent(s): a123f5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ if not HF_API_KEY:
18
  client = InferenceClient(token=HF_API_KEY)
19
 
20
  response = client.text_generation("Hello!", model="Qwen/Qwen2.5-Coder-32B-Instruct")
 
21
  print(response)
22
 
23
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
 
18
  client = InferenceClient(token=HF_API_KEY)
19
 
20
  response = client.text_generation("Hello!", model="Qwen/Qwen2.5-Coder-32B-Instruct")
21
+ print("HF_API_KEY", HF_API_KEY)
22
  print(response)
23
 
24
  # Below is an example of a tool that does nothing. Amaze us with your creativity !