Spaces:
Running
Running
Update app.py
Browse files
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 !
|