update code
Browse files
app.py
CHANGED
|
@@ -147,11 +147,11 @@ def main():
|
|
| 147 |
with col3:
|
| 148 |
st.write("Background information (links open in a new window)")
|
| 149 |
st.write(
|
| 150 |
-
"Model class: [
|
| 151 |
" | Specific model: [MBZUAI/LaMini-Flan-T5-77M](https://huggingface.co/MBZUAI/LaMini-Flan-T5-77M)"
|
| 152 |
)
|
| 153 |
st.write(
|
| 154 |
-
"Model class: [
|
| 155 |
" | Specific model: [ccdv/lsg-bart-base-16384-pubmed](https://huggingface.co/ccdv/lsg-bart-base-16384-pubmed)"
|
| 156 |
)
|
| 157 |
if st.button("Summarize"):
|
|
|
|
| 147 |
with col3:
|
| 148 |
st.write("Background information (links open in a new window)")
|
| 149 |
st.write(
|
| 150 |
+
"Model class: [T5-Small](https://huggingface.co/docs/transformers/main/en/model_doc/t5)"
|
| 151 |
" | Specific model: [MBZUAI/LaMini-Flan-T5-77M](https://huggingface.co/MBZUAI/LaMini-Flan-T5-77M)"
|
| 152 |
)
|
| 153 |
st.write(
|
| 154 |
+
"Model class: [BART](https://huggingface.co/docs/transformers/main/en/model_doc/bart)"
|
| 155 |
" | Specific model: [ccdv/lsg-bart-base-16384-pubmed](https://huggingface.co/ccdv/lsg-bart-base-16384-pubmed)"
|
| 156 |
)
|
| 157 |
if st.button("Summarize"):
|