lime-j commited on
Commit
f71f498
·
1 Parent(s): a962158
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as block_demo:
80
  f"<li><strong>Poor Illumination:</strong> - The brightness level of the image is unsatisfying, it might be too dark or too bright.</li>"
81
  f"<li><strong>Blury and Oversmooth:</strong> - The content of the image is unclear, possibly due to an overshooting denoising.</li>"
82
  "</ul>")
83
- gr.Image('./cat.png')
84
  img_input = gr.Image(label="Input Image")
85
 
86
 
 
80
  f"<li><strong>Poor Illumination:</strong> - The brightness level of the image is unsatisfying, it might be too dark or too bright.</li>"
81
  f"<li><strong>Blury and Oversmooth:</strong> - The content of the image is unclear, possibly due to an overshooting denoising.</li>"
82
  "</ul>")
83
+ gr.Image('./cat.png', label='Example')
84
  img_input = gr.Image(label="Input Image")
85
 
86