Alexander Becker commited on
Commit
9ea398b
·
1 Parent(s): ea13900

Add viewport note

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -59,6 +59,9 @@ class TheraApp(DualVisionApp):
59
  <p align="center" style="margin-top: 0px;">
60
  <strong>Note: The model has not been trained on input images with JPEG artifacts, so this may not work well.</strong>
61
  </p>
 
 
 
62
  """
63
  )
64
 
 
59
  <p align="center" style="margin-top: 0px;">
60
  <strong>Note: The model has not been trained on input images with JPEG artifacts, so this may not work well.</strong>
61
  </p>
62
+ <p align="center" style="margin-top: 0px;">
63
+ <strong>Also note: Due to limited viewport size in the browser, the effect is best visible for smaller inputs (e.g. 150x150 px).<br>For larger inputs, it makes sense to zoom in or download the result and compare locally. We're working on a better solution for visualization.</strong>
64
+ </p>
65
  """
66
  )
67