Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,9 @@ from image_gen_aux.utils import load_image
|
|
8 |
# Also this space has been duplicated from their official huggingface space, https://huggingface.co/spaces/OzzyGT/basic_upscaler
|
9 |
# They did great work, and I was happy to see them to also use my models :) I thought Id duplicate it and extend it.
|
10 |
# It basically made me get a pro account so I can make a Zero GPU space and made me upload a lot of my models on huggingface now so I can use them here ;)
|
|
|
|
|
|
|
11 |
|
12 |
# My models
|
13 |
MODELS = {
|
@@ -57,8 +60,9 @@ def clear_result():
|
|
57 |
|
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
|
61 |
-
This space makes use of
|
|
|
62 |
"""
|
63 |
|
64 |
with gr.Blocks() as demo:
|
|
|
8 |
# Also this space has been duplicated from their official huggingface space, https://huggingface.co/spaces/OzzyGT/basic_upscaler
|
9 |
# They did great work, and I was happy to see them to also use my models :) I thought Id duplicate it and extend it.
|
10 |
# It basically made me get a pro account so I can make a Zero GPU space and made me upload a lot of my models on huggingface now so I can use them here ;)
|
11 |
+
# This is the community version of my previous Image Upscaler space at https://huggingface.co/spaces/Phips/Upscaler, where instead of only my own models, I will add models per the model authors request to ensure
|
12 |
+
# that the model author is aware of, and desires, their model to be usable in this space.
|
13 |
+
# I made a file additionally that lists and links to models https://huggingface.co/spaces/Phips/CommunityUpscaler/blob/main/models.md
|
14 |
|
15 |
# My models
|
16 |
MODELS = {
|
|
|
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>
|
65 |
+
Model information can be found <a href="https://huggingface.co/spaces/Phips/CommunityUpscaler/blob/main/models.md">here</a>.
|
66 |
"""
|
67 |
|
68 |
with gr.Blocks() as demo:
|