Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,9 +82,9 @@ with gr.Blocks() as demo:
|
|
| 82 |
with gr.Column(scale=4):
|
| 83 |
text_baseline_transformer= gr.TextArea(label="Input text to summarize", placeholder="Input summarization")
|
| 84 |
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
|
| 89 |
with gr.Column(scale=3):
|
| 90 |
with gr.Row():
|
|
|
|
| 82 |
with gr.Column(scale=4):
|
| 83 |
text_baseline_transformer= gr.TextArea(label="Input text to summarize", placeholder="Input summarization")
|
| 84 |
|
| 85 |
+
with gr.Row():
|
| 86 |
+
transformer_button_clear = gr.Button("Clear", variant='secondary')
|
| 87 |
+
transformer_button = gr.Button("Summarize!", variant='primary')
|
| 88 |
|
| 89 |
with gr.Column(scale=3):
|
| 90 |
with gr.Row():
|