Dekonstruktio commited on
Commit
b97118e
·
verified ·
1 Parent(s): 73ac859

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -153,7 +153,7 @@ def main():
153
  with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose"), title="Ilaria Upscaler 💖") as app:
154
 
155
  gr.Markdown(
156
- """# <div align="center"> Ilaria Upscaler 💖 </div>
157
  """
158
  )
159
  with gr.Accordion("Upscaling option"):
@@ -185,8 +185,7 @@ def main():
185
  reset_btn.click(fn=reset, inputs=[], outputs=[input_image, output_image, input_properties])
186
 
187
  gr.Markdown(
188
- """Made with love by Ilaria 💖 | Support me on [Ko-Fi](https://ko-fi.com/ilariaowo) | Using [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN).
189
- """
190
  )
191
 
192
  app.launch()
 
153
  with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose"), title="Ilaria Upscaler 💖") as app:
154
 
155
  gr.Markdown(
156
+ """# <div align="center"> Upscale </div>
157
  """
158
  )
159
  with gr.Accordion("Upscaling option"):
 
185
  reset_btn.click(fn=reset, inputs=[], outputs=[input_image, output_image, input_properties])
186
 
187
  gr.Markdown(
188
+ """ """
 
189
  )
190
 
191
  app.launch()