mrbeliever commited on
Commit
5a3e496
·
verified ·
1 Parent(s): a6ad053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -191,11 +191,7 @@ def gradio_process_image(input_image, resolution, num_inference_steps, strength,
191
  return [input_array, result_array]
192
 
193
  title = """<h1 align="center">Image Upscaler with Tile Controlnet</h1>
194
- <p align="center">The main ideas come from</p>
195
- <p><center>
196
- <a href="https://github.com/philz1337x/clarity-upscaler" target="_blank">[philz1337x]</a>
197
- <a href="https://github.com/BatouResearch/controlnet-tile-upscale" target="_blank">[Pau-Lozano]</a>
198
- </center></p>
199
  """
200
 
201
  with gr.Blocks() as demo:
 
191
  return [input_array, result_array]
192
 
193
  title = """<h1 align="center">Image Upscaler with Tile Controlnet</h1>
194
+
 
 
 
 
195
  """
196
 
197
  with gr.Blocks() as demo: