SilviaRM commited on
Commit
73f0f72
·
verified ·
1 Parent(s): 6e2bc52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -12,7 +12,6 @@ gr.close_all()
12
  demo = gr.Interface(fn=summarize,
13
  inputs=[gr.Textbox(label="Text to summarize", lines=6)],
14
  outputs=[gr.Textbox(label="Result", lines=3)],
15
- title="Text summarization with Falconsai",
16
- description="Summarize any text using the `Falconsai/text_summarization` model under the hood!"
17
  )
18
  demo.launch(share=True)
 
12
  demo = gr.Interface(fn=summarize,
13
  inputs=[gr.Textbox(label="Text to summarize", lines=6)],
14
  outputs=[gr.Textbox(label="Result", lines=3)],
15
+ title="Summarize any text using the `Falconsai/text_summarization` model under the hood!"
 
16
  )
17
  demo.launch(share=True)