randomshit11
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,5 @@ 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 |
-
|
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 |
)
|
66 |
gradio_interface.launch()
|