Phips commited on
Commit
7e17d4e
1 Parent(s): ff68307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -58,7 +58,8 @@ def clear_result():
58
  title = """<h1 align="center">Image Upscaler</h1>
59
  <div align="center">Use this Space to upscale your images, makes use of the
60
  <a href="https://github.com/asomoza/image_gen_aux">Image Generation Auxiliary Tools</a> library. <br>
61
- This space makes use of <a href="https://github.com/Phhofm/models">my self trained models</a> and makes use of tiling at 1024x1024</div>
 
62
  """
63
 
64
  with gr.Blocks() as demo:
 
58
  title = """<h1 align="center">Image Upscaler</h1>
59
  <div align="center">Use this Space to upscale your images, makes use of the
60
  <a href="https://github.com/asomoza/image_gen_aux">Image Generation Auxiliary Tools</a> library. <br>
61
+ This space makes use of <a href="https://github.com/Phhofm/models">my self trained models</a> and makes use of tiling at 1024x1024<br>
62
+ Here is an <a href="https://huggingface.co/spaces/Phips/Upscaler/resolve/main/input_example1.png">example input image</a> you can use to try it out.</div>
63
  """
64
 
65
  with gr.Blocks() as demo: