Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ examples = [["Two women are observing something together.", "Two women are stand
|
|
| 86 |
gr.Interface(
|
| 87 |
fn=predict,
|
| 88 |
title="Semantic Similarity with BERT",
|
| 89 |
-
description = "Natural Language Inference by fine-tuning BERT model on SNLI Corpus
|
| 90 |
inputs=["text", "text"],
|
| 91 |
examples=examples,
|
| 92 |
outputs=gr.Textbox(label='Prediction'),
|
|
|
|
| 86 |
gr.Interface(
|
| 87 |
fn=predict,
|
| 88 |
title="Semantic Similarity with BERT",
|
| 89 |
+
description = "Natural Language Inference by fine-tuning BERT model on SNLI Corpus π°",
|
| 90 |
inputs=["text", "text"],
|
| 91 |
examples=examples,
|
| 92 |
outputs=gr.Textbox(label='Prediction'),
|