Yeb Havinga commited on
Commit
c013713
1 Parent(s): 2307cb0

Fix model url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def main():
82
  * Copy paste any Dutch news text and press the Generate Summary botton.
83
  * This is a demo of the several Dutch T5 models finetuned for summarization:
84
  * [T5 Base Dutch finetuned on CNN DM and XSUM](https://huggingface.co/flax-community/t5-base-dutch-demo) (Jul '21)
85
- * [T5 v1.1 Base Dutch Cased on CNN DM](https://huggingface.co/yhavinga/t5-v1.1-base-dutch-cased-cnn-test) (Jan '22)
86
  """
87
  )
88
  st.sidebar.title("Parameters:")
 
82
  * Copy paste any Dutch news text and press the Generate Summary botton.
83
  * This is a demo of the several Dutch T5 models finetuned for summarization:
84
  * [T5 Base Dutch finetuned on CNN DM and XSUM](https://huggingface.co/flax-community/t5-base-dutch-demo) (Jul '21)
85
+ * [T5 v1.1 Base Dutch finetuned on CNN DM](https://huggingface.co/yhavinga/t5-v1.1-base-dutch-cnn-test) (Jan '22)
86
  """
87
  )
88
  st.sidebar.title("Parameters:")