Spaces:
Sleeping
Sleeping
Commit ·
5fe5b65
1
Parent(s): 6d3f88e
ui: remove per-tab description blurbs
Browse filesBoth tabs now go straight from the tab header into the input/output
UI without an intermediate gr.Markdown blurb.
app.py
CHANGED
|
@@ -44,10 +44,6 @@ with gr.Blocks(title="Chosun 교정교열 데모") as demo:
|
|
| 44 |
|
| 45 |
with gr.Tabs():
|
| 46 |
with gr.Tab("v16 (legacy · 260408)"):
|
| 47 |
-
gr.Markdown(
|
| 48 |
-
"**solar-pro3 + step1 single-pass.** 빠르고 가벼움. "
|
| 49 |
-
"paragraph F1 ~45.6 / ci-v1 ~19.3."
|
| 50 |
-
)
|
| 51 |
build_feedback_tab(
|
| 52 |
client=client,
|
| 53 |
vocabulary=vocabulary,
|
|
@@ -56,12 +52,6 @@ with gr.Blocks(title="Chosun 교정교열 데모") as demo:
|
|
| 56 |
)
|
| 57 |
|
| 58 |
with gr.Tab("v24 (new · 260429)"):
|
| 59 |
-
gr.Markdown(
|
| 60 |
-
"**solar-pro3 + FT + self-consistency × 2 + tool-calling judge.** "
|
| 61 |
-
"5 LLM calls/doc — 응답 다소 느림 (~5-10s/문단). "
|
| 62 |
-
"paragraph F1 47.04 (solar-pro2 대비 +2.18). "
|
| 63 |
-
"긴 기사는 자동으로 문단 단위 청킹 → 병렬 처리됨."
|
| 64 |
-
)
|
| 65 |
build_feedback_tab(
|
| 66 |
client=client,
|
| 67 |
vocabulary=vocabulary,
|
|
|
|
| 44 |
|
| 45 |
with gr.Tabs():
|
| 46 |
with gr.Tab("v16 (legacy · 260408)"):
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
build_feedback_tab(
|
| 48 |
client=client,
|
| 49 |
vocabulary=vocabulary,
|
|
|
|
| 52 |
)
|
| 53 |
|
| 54 |
with gr.Tab("v24 (new · 260429)"):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
build_feedback_tab(
|
| 56 |
client=client,
|
| 57 |
vocabulary=vocabulary,
|