Spaces:
Running
Running
update task tab name
#6
by
qolina
- opened
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():
|