Update app.py
Browse filesupdate changed
app.py
CHANGED
|
@@ -38,7 +38,6 @@ with gr.Blocks() as demo:
|
|
| 38 |
image_button = gr.Button("Upscale")
|
| 39 |
gr.Markdown("this is running on a CPU so it's gonna be VERY slow")
|
| 40 |
|
| 41 |
-
gr.Markdown("Real esrgan implementation from [this repo](https://github.com/xinntao/Real-ESRGAN)")
|
| 42 |
gr.Markdown("The idea behind this space was that you can clone it and use this model locally on your GPU")
|
| 43 |
image_button.click(upscale_image, inputs=image_input, outputs=image_output)
|
| 44 |
|
|
|
|
| 38 |
image_button = gr.Button("Upscale")
|
| 39 |
gr.Markdown("this is running on a CPU so it's gonna be VERY slow")
|
| 40 |
|
|
|
|
| 41 |
gr.Markdown("The idea behind this space was that you can clone it and use this model locally on your GPU")
|
| 42 |
image_button.click(upscale_image, inputs=image_input, outputs=image_output)
|
| 43 |
|