benhaotang commited on
Commit
06d5510
·
verified ·
1 Parent(s): e6f0922
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ demo = gr.Interface(
79
  lines=5
80
  ),
81
  ],
82
- outputs=gr.gr.Textbox(label="Response", lines=10),
83
  title="benhaotang/phi4-qwq-sky-t1",
84
  description=f""" To achieve CoT and science reasoning on small scale with a merge of CoT finetuned phi4 model.
85
 
 
79
  lines=5
80
  ),
81
  ],
82
+ outputs=gr.Textbox(label="Response", lines=10),
83
  title="benhaotang/phi4-qwq-sky-t1",
84
  description=f""" To achieve CoT and science reasoning on small scale with a merge of CoT finetuned phi4 model.
85