Update src/streamlit_app.py
Browse files- 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")
|