vumichien commited on
Commit
b7dfb54
β€’
1 Parent(s): e45ab9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'),