Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
|
@@ -414,8 +414,8 @@ with gr.Blocks(title="Article Q&A model") as demo:
|
|
| 414 |
)
|
| 415 |
suppress_thinking = gr.Checkbox(
|
| 416 |
value=False,
|
| 417 |
-
label="Model thinking (/
|
| 418 |
-
info="Check to
|
| 419 |
)
|
| 420 |
|
| 421 |
with gr.Row():
|
|
|
|
| 414 |
)
|
| 415 |
suppress_thinking = gr.Checkbox(
|
| 416 |
value=False,
|
| 417 |
+
label="Model thinking removal (/nothink)",
|
| 418 |
+
info="Check to remove the model's reasoning chain",
|
| 419 |
)
|
| 420 |
|
| 421 |
with gr.Row():
|