vdprabhu commited on
Commit
5b329e9
·
1 Parent(s): b6f89ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ if __name__ == "__main__":
58
  more_text = """Embeddings for the input image are computed using the model.
59
  The nearest neighbours are then calculated using the cosine distance and these shown in the image grid."""
60
 
61
- description = f"This space uses model trained on CIFAR10 dataset using metric learning technique.\n\n{more_text}"
62
 
63
  article = """
64
  <p style='text-align: center'>
 
58
  more_text = """Embeddings for the input image are computed using the model.
59
  The nearest neighbours are then calculated using the cosine distance and these shown in the image grid."""
60
 
61
+ description = f"This space uses model trained on CIFAR10 dataset using metric learning technique.{more_text}\n\n"
62
 
63
  article = """
64
  <p style='text-align: center'>