Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
151 |
|
152 |
with gr.Column(): #right column
|
153 |
summary = gr.Textbox(label="Summary")
|
154 |
-
|
155 |
original_len = gr.Number(label="Original Text Length")
|
156 |
summary_len = gr.Number(label="Summary Length")
|
157 |
reduction = gr.Textbox(label="Summary Efficiency")
|
|
|
151 |
|
152 |
with gr.Column(): #right column
|
153 |
summary = gr.Textbox(label="Summary")
|
154 |
+
keywords = gr.Textbox(label="Important Keywords (experimental)")
|
155 |
original_len = gr.Number(label="Original Text Length")
|
156 |
summary_len = gr.Number(label="Summary Length")
|
157 |
reduction = gr.Textbox(label="Summary Efficiency")
|