Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ st.markdown(
|
|
151 |
For documents or text that is more than 500 words long, the app will divide the text into chunks and summarize each chunk.
|
152 |
There are two models available to choose from:""")
|
153 |
|
154 |
-
st.
|
155 |
- Facebook-Bart, trained on large [CNN and Daily Mail](https://huggingface.co/datasets/cnn_dailymail) news articles.
|
156 |
- Sshleifer-Distilbart, which is a distilled (smaller) version of the large Bart model."""
|
157 |
)
|
|
|
151 |
For documents or text that is more than 500 words long, the app will divide the text into chunks and summarize each chunk.
|
152 |
There are two models available to choose from:""")
|
153 |
|
154 |
+
st.markdown("""
|
155 |
- Facebook-Bart, trained on large [CNN and Daily Mail](https://huggingface.co/datasets/cnn_dailymail) news articles.
|
156 |
- Sshleifer-Distilbart, which is a distilled (smaller) version of the large Bart model."""
|
157 |
)
|