Rahmat82 commited on
Commit
f092b2d
Β·
verified Β·
1 Parent(s): 0668c09

title update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ async def summarize(text):
28
  iface = gr.Interface(
29
  theme=gr.themes.Soft(),
30
  fn=summarize,
31
- title="Dialogue Summarizer",
32
  description="<b> NOTE: </b> Can be slower here 🐒 </b><h3>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"),
 
28
  iface = gr.Interface(
29
  theme=gr.themes.Soft(),
30
  fn=summarize,
31
+ title="Text Summarizer",
32
  description="<b> NOTE: </b> Can be slower here 🐒 </b><h3>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"),