Spaces:
Runtime error
Runtime error
Jeffrey Rathgeber Jr
commited on
testloadmodel
Browse files
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 |
|