AlexM commited on
Commit
5402e30
·
verified ·
1 Parent(s): 387f880

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import math
5
  import torch
6
  nltk.download('punkt_tab')
7
 
8
- model_name = "AlexM/sum_test1"
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")