Rahmat82 commited on
Commit
685fbb9
ยท
verified ยท
1 Parent(s): 30ca4ea

description update

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -28,10 +28,10 @@ async def summarize(text):
28
  iface = gr.Interface(
29
  theme=gr.themes.Soft(),
30
  fn=summarize,
31
- title="Text Summarizer -> quick ๐Ÿ‡ input, quack ๐Ÿฆ† output-long",
32
  description="<h3>This space is running on free vCPU. On GPU/CPU it takes <1s ๐Ÿš€</h4> <h3>Please keep in mind that the input text should be at least few sentences long ๐Ÿ™‚</h4>" ,
33
- inputs=gr.Textbox(label="Write your text here", lines=10),
34
- outputs=gr.Textbox(label="Summary"),
35
  submit_btn=gr.Button("Summarize", variant="primary"),
36
  allow_flagging='never',
37
 
 
28
  iface = gr.Interface(
29
  theme=gr.themes.Soft(),
30
  fn=summarize,
31
+ title="Text Summarizer",
32
  description="<h3>This space is running on free vCPU. On GPU/CPU it takes <1s ๐Ÿš€</h4> <h3>Please keep in mind that the input text should be at least few sentences long ๐Ÿ™‚</h4>" ,
33
+ inputs=gr.Textbox(label="Write your text here, quick๐Ÿ‡ input", lines=10),
34
+ outputs=gr.Textbox(label="Your summary, quack๐Ÿฆ† long-output"),
35
  submit_btn=gr.Button("Summarize", variant="primary"),
36
  allow_flagging='never',
37