Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as demo:
|
|
45 |
fn=respond,
|
46 |
inputs=gr.Textbox(label="Prompt", placeholder="請輸入訊息..."),
|
47 |
outputs=gr.Textbox(label="Response", interactive=False),
|
48 |
-
api_name="
|
49 |
title="DeepSeek-R1-Distill-Qwen-1.5B-openvino",
|
50 |
description="回傳輸入內容的測試 API",
|
51 |
)
|
|
|
45 |
fn=respond,
|
46 |
inputs=gr.Textbox(label="Prompt", placeholder="請輸入訊息..."),
|
47 |
outputs=gr.Textbox(label="Response", interactive=False),
|
48 |
+
api_name="hchat",
|
49 |
title="DeepSeek-R1-Distill-Qwen-1.5B-openvino",
|
50 |
description="回傳輸入內容的測試 API",
|
51 |
)
|