Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ demo = gr.Interface(
|
|
43 |
inputs=gr.Textbox(lines=5, label="輸入提示 (Prompt)"),
|
44 |
outputs=[
|
45 |
gr.Textbox(label="tokens/sec"),
|
46 |
-
gr.Textbox(label="回應"
|
47 |
],
|
48 |
title="Qwen3-0.6B-int4-ov ",
|
49 |
description="基於 Qwen3-0.6B-int4-ov 推理應用,支援思考過程分離與 GUI。"
|
|
|
43 |
inputs=gr.Textbox(lines=5, label="輸入提示 (Prompt)"),
|
44 |
outputs=[
|
45 |
gr.Textbox(label="tokens/sec"),
|
46 |
+
gr.Textbox(label="回應"),
|
47 |
],
|
48 |
title="Qwen3-0.6B-int4-ov ",
|
49 |
description="基於 Qwen3-0.6B-int4-ov 推理應用,支援思考過程分離與 GUI。"
|