Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -153,18 +153,7 @@ css = """
|
|
153 |
with gr.Blocks(css=css) as demo:
|
154 |
gr.Markdown(
|
155 |
"""
|
156 |
-
#
|
157 |
-
### HiDiffusion SDXL
|
158 |
-
|
159 |
-
[HiDiffusion](https://github.com/megvii-research/HiDiffusion) enables higher-resolution image generation.
|
160 |
-
You can upload an initial image and prompt to generate an enhanced version.
|
161 |
-
SDXL Controlnet [TheMistoAI/MistoLine](https://huggingface.co/TheMistoAI/MistoLine)
|
162 |
-
[Duplicate Space](https://huggingface.co/spaces/radames/Enhance-This-HiDiffusion-SDXL?duplicate=true) to avoid the queue.
|
163 |
-
|
164 |
-
<small>
|
165 |
-
<b>Notes</b> The author advises against the term "super resolution" because it's more like image-to-image generation than enhancement, but it's still a lot of fun!
|
166 |
-
|
167 |
-
</small>
|
168 |
""",
|
169 |
elem_id="intro",
|
170 |
)
|
|
|
153 |
with gr.Blocks(css=css) as demo:
|
154 |
gr.Markdown(
|
155 |
"""
|
156 |
+
# Image Quality Enhancing With SDXL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
""",
|
158 |
elem_id="intro",
|
159 |
)
|