Update giga_App.py
Browse files- giga_App.py +1 -1
giga_App.py
CHANGED
@@ -126,7 +126,7 @@ def process_batch(input_folder, output_folder=None, reduce_seams=False):
|
|
126 |
title = """<h1 align="center">AuraSR Giga Upscaler V3 by SECourses - Upscales to 4x</h1>
|
127 |
<p><center>AuraSR: new open source super-resolution upscaler based on GigaGAN. Works perfect on some images and fails on some images so give it a try</center></p>
|
128 |
<p><center>Works very fast and very VRAM friendly</center></p>
|
129 |
-
<h2 align="center">Latest version on : <a href="https://www.patreon.com/posts/
|
130 |
"""
|
131 |
|
132 |
def create_demo():
|
|
|
126 |
title = """<h1 align="center">AuraSR Giga Upscaler V3 by SECourses - Upscales to 4x</h1>
|
127 |
<p><center>AuraSR: new open source super-resolution upscaler based on GigaGAN. Works perfect on some images and fails on some images so give it a try</center></p>
|
128 |
<p><center>Works very fast and very VRAM friendly</center></p>
|
129 |
+
<h2 align="center">Latest version on : <a href="https://www.patreon.com/posts/121441873">https://www.patreon.com/posts/121441873</a></h2>
|
130 |
"""
|
131 |
|
132 |
def create_demo():
|