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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- {title}
146
  </h2>
147
  <p style="text-align: center;>
148
- {description} <br />
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
  """)