Phips commited on
Commit
0084d82
1 Parent(s): 61a462b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def clear_result():
59
 
60
  title = """<h1 align="center">Image Upscaler</h1>
61
  <div align="center">Use this Space to upscale your images, makes use of the
62
- <a href="https://github.com/asomoza/image_gen_aux">Image Generation Auxiliary Tools</a> library. <br> For now makes use of my self trained models, but can be extended to more models from other authors if they message me.</div>
63
  """
64
 
65
  with gr.Blocks() as demo:
 
59
 
60
  title = """<h1 align="center">Image Upscaler</h1>
61
  <div align="center">Use this Space to upscale your images, makes use of the
62
+ <a href="https://github.com/asomoza/image_gen_aux">Image Generation Auxiliary Tools</a> library. <br> This space makes use of my [self trained models](https://github.com/Phhofm/models), but can be extended to more models from other authors if they message me.</div>
63
  """
64
 
65
  with gr.Blocks() as demo: