Update gradio_s3diff.py
Browse files- gradio_s3diff.py +0 -4
gradio_s3diff.py
CHANGED
@@ -132,11 +132,7 @@ def process(
|
|
132 |
#
|
133 |
MARKDOWN = \
|
134 |
"""
|
135 |
-
## Degradation-Guided One-Step Image Super-Resolution with Diffusion Priors
|
136 |
|
137 |
-
[GitHub](https://github.com/ArcticHare105/S3Diff) | [Paper](https://arxiv.org/abs/2409.17058)
|
138 |
-
|
139 |
-
If S3Diff is helpful for you, please help star the GitHub Repo. Thanks!
|
140 |
"""
|
141 |
|
142 |
block = gr.Blocks().queue()
|
|
|
132 |
#
|
133 |
MARKDOWN = \
|
134 |
"""
|
|
|
135 |
|
|
|
|
|
|
|
136 |
"""
|
137 |
|
138 |
block = gr.Blocks().queue()
|