Spaces:
Running
on
Zero
Running
on
Zero
final
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ demo = gr.Interface(
|
|
79 |
lines=5
|
80 |
),
|
81 |
],
|
82 |
-
outputs=gr.
|
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 |
|