gokaygokay commited on
Commit
6235880
1 Parent(s): 553bcfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -314,8 +314,8 @@ def gradio_process_image(input_image, resolution, num_inference_steps, strength,
314
 
315
  return [input_array, final_result]
316
 
317
- title = """<h1 align="center">Tiled Upscaler V2</h1>
318
- <p align="center">The main ideas come from</p>
319
  <p><center>
320
  <a href="https://huggingface.co/spaces/gokaygokay/Tile-Upscaler" target="_blank">[Tile Upscaler]</a>
321
  <a href="https://github.com/philz1337x/clarity-upscaler" target="_blank">[philz1337x]</a>
 
314
 
315
  return [input_array, final_result]
316
 
317
+ title = """<h1 align="center">Tile Upscaler V2</h1>
318
+ <p align="center">Creative version of Tile Upscaler. The main ideas come from</p>
319
  <p><center>
320
  <a href="https://huggingface.co/spaces/gokaygokay/Tile-Upscaler" target="_blank">[Tile Upscaler]</a>
321
  <a href="https://github.com/philz1337x/clarity-upscaler" target="_blank">[philz1337x]</a>