freemt commited on
Commit
1bdc1b2
1 Parent(s): 51055fa
Files changed (1) hide show
  1. radiobee/__main__.py +1 -1
radiobee/__main__.py CHANGED
@@ -384,7 +384,7 @@ if __name__ == "__main__":
384
  * `tf_type` `itf_type` `dl_type` `norm`: Normally there is no need to touch these unless you know what you are doing.
385
  * Suggested `min_samples` and `esp` values -- `min_samples`: 4-8, `esp` (minimum epsilon): 8-12.
386
  - Smaller `min_samples` or larger `esp` will result in more aligned pairs but also more **false positives** (pairs falsely identified as candidates). On the other hand, larger `min_samples` or smaller `esp` values tend to miss 'good' pairs.
387
- * If you need a better image, you can right-click and select copy-image-address and open a new tab in the browser with the copied image address.
388
  """
389
  )
390
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
 
384
  * `tf_type` `itf_type` `dl_type` `norm`: Normally there is no need to touch these unless you know what you are doing.
385
  * Suggested `min_samples` and `esp` values -- `min_samples`: 4-8, `esp` (minimum epsilon): 8-12.
386
  - Smaller `min_samples` or larger `esp` will result in more aligned pairs but also more **false positives** (pairs falsely identified as candidates). On the other hand, larger `min_samples` or smaller `esp` values tend to miss 'good' pairs.
387
+ * If you need to have a better look at the image, you can right-click on the image and select copy-image-address and open a new tab in the browser with the copied image address.
388
  """
389
  )
390
  css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"