Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import math
|
|
| 5 |
import torch
|
| 6 |
nltk.download('punkt_tab')
|
| 7 |
|
| 8 |
-
model_name = "AlexM/
|
| 9 |
max_input_length = 512
|
| 10 |
|
| 11 |
st.header("Generate candidate titles for articles")
|
|
|
|
| 5 |
import torch
|
| 6 |
nltk.download('punkt_tab')
|
| 7 |
|
| 8 |
+
model_name = "AlexM/test_llm_dz3"
|
| 9 |
max_input_length = 512
|
| 10 |
|
| 11 |
st.header("Generate candidate titles for articles")
|