fffiloni commited on
Commit
1ab5a83
1 Parent(s): 2bf0aaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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