Spaces:
Sleeping
Sleeping
update task tab name (#6)
Browse files- update task tab name (e2d1eff21dd43f3f6f75def47809cfa3e8b3fd47)
Co-authored-by: Yanxia Qin <[email protected]>
app.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(css="#htext span {white-space: pre-line}") as demo:
|
|
62 |
)
|
63 |
|
64 |
# Single Document Summarization
|
65 |
-
with gr.TabItem("
|
66 |
with gr.Box():
|
67 |
gr.Markdown(ssum_str_md)
|
68 |
with gr.Row():
|
|
|
62 |
)
|
63 |
|
64 |
# Single Document Summarization
|
65 |
+
with gr.TabItem("Uncontrolled Summarization"):
|
66 |
with gr.Box():
|
67 |
gr.Markdown(ssum_str_md)
|
68 |
with gr.Row():
|