Spaces:
Sleeping
Sleeping
Commit
·
64c4209
1
Parent(s):
8beb821
Test
Browse files
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-
|
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(
|