noviciusss commited on
Commit
956a738
·
verified ·
1 Parent(s): 460c9c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ demo = gr.Interface(
101
  """,
102
  article="""
103
  <div style='text-align: center; margin-top: 20px;'>
104
- <p>Model: <a href='https://huggingface.co/YOUR_USERNAME/SamSum' target='_blank'>YOUR_USERNAME/SamSum</a></p>
105
  <p>Built with 🤗 Transformers, PEFT, and Gradio</p>
106
  </div>
107
  """,
 
101
  """,
102
  article="""
103
  <div style='text-align: center; margin-top: 20px;'>
104
+ <p>Model: <a href='https://huggingface.co/YOUR_USERNAME/SamSum' target='_blank'>noviciusss/flan-t5-base-samsum</a></p>
105
  <p>Built with 🤗 Transformers, PEFT, and Gradio</p>
106
  </div>
107
  """,