Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with playground:
|
|
97 |
with gr.Row():
|
98 |
with gr.Column():
|
99 |
source_text = gr.Textbox(label="Text to summarize", lines=6)
|
100 |
-
gr.Examples(examples=examples_summarization, inputs=
|
101 |
with gr.Column():
|
102 |
summary_textbox = gr.Textbox(lines=3, placeholder="", label="Summarization")
|
103 |
translated_textbox = gr.Textbox(lines=3, placeholder="", label="Translate Result")
|
|
|
97 |
with gr.Row():
|
98 |
with gr.Column():
|
99 |
source_text = gr.Textbox(label="Text to summarize", lines=6)
|
100 |
+
gr.Examples(examples=examples_summarization, inputs=source_text)
|
101 |
with gr.Column():
|
102 |
summary_textbox = gr.Textbox(lines=3, placeholder="", label="Summarization")
|
103 |
translated_textbox = gr.Textbox(lines=3, placeholder="", label="Translate Result")
|