Update app.py
Browse files
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(
|