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

Make jpeg note red

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ class TheraApp(DualVisionApp):
57
  <strong>Upload a photo or select an example below to do arbitrary-scale super-resolution in real time!</strong>
58
  </p>
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>
 
57
  <strong>Upload a photo or select an example below to do arbitrary-scale super-resolution in real time!</strong>
58
  </p>
59
  <p align="center" style="margin-top: 0px;">
60
+ <strong style="color: red;">Note: The model has not been trained on input images with JPEG artifacts, so this does 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>