flatindo commited on
Commit
dcc2333
·
1 Parent(s): b7b315a

Update app.py

Browse files

update changed

Files changed (1) hide show
  1. app.py +0 -1
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