Cropinky commited on
Commit
68ed9da
1 Parent(s): 92be259

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -38,6 +38,7 @@ with gr.Blocks() as demo:
38
  gr.Markdown("this is running on a CPU so it's gonna be VERY slow")
39
 
40
  gr.Markdown("Real esrgan implementation from [this repo](https://github.com/xinntao/Real-ESRGAN)")
 
41
  image_button.click(upscale_image, inputs=image_input, outputs=image_output)
42
 
43
  if __name__ == "__main__":
 
38
  gr.Markdown("this is running on a CPU so it's gonna be VERY slow")
39
 
40
  gr.Markdown("Real esrgan implementation from [this repo](https://github.com/xinntao/Real-ESRGAN)")
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
 
44
  if __name__ == "__main__":