Circularmachines commited on
Commit
05e84ac
·
1 Parent(s): 35029b9
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -192,10 +192,9 @@ with col3:
192
  "Click in the image to set target part"
193
  "Click “Find similar parts” to find the best matches in other batches"
194
 
195
- "The model is trained completely unsupervised using a CNN with a custom contrastive loss. Open source code to be released soon. "
196
-
197
-
198
 
 
199
 
200
201
 
 
192
  "Click in the image to set target part"
193
  "Click “Find similar parts” to find the best matches in other batches"
194
 
195
+ "The model is trained completely unsupervised using a CNN with a custom contrastive loss."
 
 
196
 
197
+ "https://github.com/circularmachines/batch_indexing_machine/"
198
 
199
200