Spaces:
Sleeping
Sleeping
Commit
·
667b8d8
1
Parent(s):
3ceada8
Test
Browse files
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-
|
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(
|