Jeffrey Rathgeber Jr commited on
Commit
9c5b410
·
unverified ·
1 Parent(s): 8389a97

testloadmodel

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import torch
7
  import torch.nn.functional as F
8
  from transformers import BertForMaskedLM
9
 
10
- model = BertForMaskedLM.from_pretrained("remi/bertabs-finetuned-extractive-abstractive-summarization")
11
 
12
  textIn = st.text_input("Input Text Here:", "I really like the color of your car!")
13
 
 
7
  import torch.nn.functional as F
8
  from transformers import BertForMaskedLM
9
 
10
+ # model = BertForMaskedLM.from_pretrained("remi/bertabs-finetuned-extractive-abstractive-summarization")
11
 
12
  textIn = st.text_input("Input Text Here:", "I really like the color of your car!")
13