Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def clear_result():
|
|
58 |
return gr.update(value=None)
|
59 |
|
60 |
|
61 |
-
title = """<h1 align="center">Image Upscaler</h1>
|
62 |
<div align="center">Use this Space to upscale your images, makes use of the
|
63 |
<a href="https://github.com/asomoza/image_gen_aux">Image Generation Auxiliary Tools</a> library.<br>
|
64 |
This space makes use of sisr models trained by the community and models will be added as per model authors request.<br>
|
|
|
58 |
return gr.update(value=None)
|
59 |
|
60 |
|
61 |
+
title = """<h1 align="center">Community Image Upscaler</h1>
|
62 |
<div align="center">Use this Space to upscale your images, makes use of the
|
63 |
<a href="https://github.com/asomoza/image_gen_aux">Image Generation Auxiliary Tools</a> library.<br>
|
64 |
This space makes use of sisr models trained by the community and models will be added as per model authors request.<br>
|