Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -297,11 +297,8 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
297 |
"""
|
298 |
<div style="text-align: center;">
|
299 |
<p style="font-size:16px; display: inline; margin: 0;">
|
300 |
-
<strong>
|
301 |
</p>
|
302 |
-
<a href="https://github.com/cswry/SeeSR" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
303 |
-
<img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
|
304 |
-
</a>
|
305 |
</div>
|
306 |
"""
|
307 |
)
|
|
|
297 |
"""
|
298 |
<div style="text-align: center;">
|
299 |
<p style="font-size:16px; display: inline; margin: 0;">
|
300 |
+
<strong>Super-Resolution</strong>
|
301 |
</p>
|
|
|
|
|
|
|
302 |
</div>
|
303 |
"""
|
304 |
)
|