Circularmachines commited on
Commit
4125b50
·
1 Parent(s): dd657c6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
136
  #"Click in the image to set a target"
137
  #"Click “Find similar parts” to find the best matches in other batches"
138
 
139
- "The model is trained completely unsupervised using a custom contrastive loss. Open source code to be released soon. "
140
 
141
 
142
 
 
136
  #"Click in the image to set a target"
137
  #"Click “Find similar parts” to find the best matches in other batches"
138
 
139
+ "The model is trained completely unsupervised using a CNN with a custom contrastive loss. Open source code to be released soon. "
140
 
141
 
142