Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
11c0133
1
Parent(s):
a3a1971
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ from RealESRGAN import RealESRGAN
|
|
17 |
|
18 |
import random
|
19 |
import math
|
20 |
-
from scipy.signal import gaussian
|
21 |
|
22 |
import gradio as gr
|
23 |
from gradio_imageslider import ImageSlider
|
@@ -318,6 +317,7 @@ def gradio_process_image(input_image, resolution, num_inference_steps, strength,
|
|
318 |
title = """<h1 align="center">Tiled Upscaler V2</h1>
|
319 |
<p align="center">The main ideas come from</p>
|
320 |
<p><center>
|
|
|
321 |
<a href="https://github.com/philz1337x/clarity-upscaler" target="_blank">[philz1337x]</a>
|
322 |
<a href="https://github.com/BatouResearch/controlnet-tile-upscale" target="_blank">[Pau-Lozano]</a>
|
323 |
</center></p>
|
|
|
17 |
|
18 |
import random
|
19 |
import math
|
|
|
20 |
|
21 |
import gradio as gr
|
22 |
from gradio_imageslider import ImageSlider
|
|
|
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>
|
322 |
<a href="https://github.com/BatouResearch/controlnet-tile-upscale" target="_blank">[Pau-Lozano]</a>
|
323 |
</center></p>
|