Update app.py
Browse files
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="
|
| 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 |
),
|