randomshit11 commited on
Commit
ae04779
·
1 Parent(s): 0f791a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,6 +62,6 @@ gradio_interface = gradio.Interface(
62
  ],
63
  title="Text shortener/paraphraser",
64
  description="Shortening texts using `facebook/bart-large-cnn`, paraphrasing texts using `fin-bert-1st-shit`.",
65
- article="© Tom Söderlund 2022"
66
  )
67
  gradio_interface.launch()
 
62
  ],
63
  title="Text shortener/paraphraser",
64
  description="Shortening texts using `facebook/bart-large-cnn`, paraphrasing texts using `fin-bert-1st-shit`.",
65
+ article="© Amitesh Patra 2023"
66
  )
67
  gradio_interface.launch()