Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ api_key = os.environ.get('qwen_API_KEY')
|
|
6 |
"""
|
7 |
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
|
8 |
"""
|
9 |
-
client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-32B", token=api_key)
|
10 |
|
11 |
def respond(
|
12 |
message,
|
@@ -57,7 +57,7 @@ demo = gr.ChatInterface(
|
|
57 |
fn=respond,
|
58 |
examples=example_prompts,
|
59 |
cache_examples=False,
|
60 |
-
title="DeepSeek-
|
61 |
description="千问2.5-72B聊天机器人",
|
62 |
additional_inputs=[
|
63 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|
|
|
6 |
"""
|
7 |
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
|
8 |
"""
|
9 |
+
client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",provider="hf-inference", token=api_key)
|
10 |
|
11 |
def respond(
|
12 |
message,
|
|
|
57 |
fn=respond,
|
58 |
examples=example_prompts,
|
59 |
cache_examples=False,
|
60 |
+
title="DeepSeek-qwen32",
|
61 |
description="千问2.5-72B聊天机器人",
|
62 |
additional_inputs=[
|
63 |
gr.Textbox(value="You are a helpful assistant.", label="System message"),
|