Update app.py
Browse files
app.py
CHANGED
|
@@ -142,11 +142,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 142 |
with gr.Column(elem_id="col-container"):
|
| 143 |
gr.HTML(f"""
|
| 144 |
<h2 style="text-align: center;>
|
| 145 |
-
|
| 146 |
</h2>
|
| 147 |
<p style="text-align: center;>
|
| 148 |
-
|
| 149 |
-
{article}
|
| 150 |
</p>
|
| 151 |
|
| 152 |
""")
|
|
|
|
| 142 |
with gr.Column(elem_id="col-container"):
|
| 143 |
gr.HTML(f"""
|
| 144 |
<h2 style="text-align: center;>
|
| 145 |
+
PASD Gradio demo
|
| 146 |
</h2>
|
| 147 |
<p style="text-align: center;>
|
| 148 |
+
Pixel-Aware Stable Diffusion for Realistic Image Super-resolution and Personalized Stylization
|
|
|
|
| 149 |
</p>
|
| 150 |
|
| 151 |
""")
|