MagicaNeko commited on
Commit
6688c49
·
verified ·
1 Parent(s): a94e741

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ demo = gr.Interface(
49
  fn=gradio_inference,
50
  inputs=gr.Image(type="filepath"),
51
  outputs="image",
52
- title="EDSR 4x Super-Resolution",
53
  description=("Upscale your images 4× using an ONNX EDSR model.\n\n"
54
  "**⚠️ CPU-only demo. Images larger than 512×512 may take significantly longer.**"
55
  ),
 
49
  fn=gradio_inference,
50
  inputs=gr.Image(type="filepath"),
51
  outputs="image",
52
+ title="Image Upscaling 4x with EDSR",
53
  description=("Upscale your images 4× using an ONNX EDSR model.\n\n"
54
  "**⚠️ CPU-only demo. Images larger than 512×512 may take significantly longer.**"
55
  ),