Paramasivan Dorai commited on
Commit
efeded6
·
1 Parent(s): d4a2f47

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
33
  inputs=gr.Textbox(lines=10, placeholder="Enter the email body here..."),
34
  outputs="text",
35
  title="Email Subject Line Generator",
36
- description="Generate a subject line from an email body using GPT-2."
37
  )
38
 
39
  # Launch the interface
 
33
  inputs=gr.Textbox(lines=10, placeholder="Enter the email body here..."),
34
  outputs="text",
35
  title="Email Subject Line Generator",
36
+ description="Generate a subject line from an email body using BART."
37
  )
38
 
39
  # Launch the interface