Rinchin commited on
Commit
beb1df6
·
verified ·
1 Parent(s): 393d448

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -4,7 +4,7 @@ import nltk
4
  import math
5
  import torch
6
 
7
- model_name = "Rinchin/t5_sft"
8
  max_input_length = 512
9
 
10
  st.header("Generate candidate titles for articles")
 
4
  import math
5
  import torch
6
 
7
+ model_name = "https://huggingface.co/Rinchin/t5_sft"
8
  max_input_length = 512
9
 
10
  st.header("Generate candidate titles for articles")