Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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:
|