rayl-aoit commited on
Commit
f96feeb
·
verified ·
1 Parent(s): e203e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["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")
 
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")