deleted unneeded comments
Browse files
app.py
CHANGED
|
@@ -80,15 +80,4 @@ def main():
|
|
| 80 |
|
| 81 |
|
| 82 |
if __name__ == "__main__":
|
| 83 |
-
main()
|
| 84 |
-
|
| 85 |
-
#@st.cache(allow_output_mutation=True)
|
| 86 |
-
#def load_bert_model(name="nli-distilbert-base"):
|
| 87 |
-
# """Instantiate a sentence-level DistilBERT model."""
|
| 88 |
-
# return AutoModel.from_pretrained(f'sentence-transformers/{name}')
|
| 89 |
-
#
|
| 90 |
-
#@st.cache(allow_output_mutation=True)
|
| 91 |
-
#def load_tokenizer(name="nli-distilbert-base"):
|
| 92 |
-
# return AutoTokenizer.from_pretrained(f'sentence-transformers/{name}')
|
| 93 |
-
|
| 94 |
-
#@st.cache(allow_output_mutation=True)
|
|
|
|
| 80 |
|
| 81 |
|
| 82 |
if __name__ == "__main__":
|
| 83 |
+
main()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|