Update app.py
Browse files
app.py
CHANGED
|
@@ -141,10 +141,10 @@ css = """
|
|
| 141 |
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 |
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 |
|
|
|
|
| 141 |
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 |
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 |
|