Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,7 @@ def clear_result():
|
|
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>
|
63 |
-
This space makes use of <a href="https://github.com/Phhofm/models">my self trained models</a
|
64 |
-
This space uses tiling with 1024x1024</div>
|
65 |
"""
|
66 |
|
67 |
with gr.Blocks() as demo:
|
|
|
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>
|
63 |
+
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>
|
|
|
64 |
"""
|
65 |
|
66 |
with gr.Blocks() as demo:
|