hsuwill000 commited on
Commit
71ae563
·
verified ·
1 Parent(s): b260b39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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。"