yukeshwaradse commited on
Commit
4e0a810
·
verified ·
1 Parent(s): 500a9e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -86,6 +86,7 @@ interface = gr.Interface(
86
  gr.Slider(minimum=0.1, maximum=10.0, value=1.5, label="Gamma Correction"),
87
  ],
88
  outputs=[
 
89
  gr.Image(type="numpy", label="Enhanced Image")],
90
  title="Feeble Light Signal Image Enhancer",
91
  description="Upload a dark image, and enhance it using Retinex, CLAHE, contrast, brightness, and gamma correction."
 
86
  gr.Slider(minimum=0.1, maximum=10.0, value=1.5, label="Gamma Correction"),
87
  ],
88
  outputs=[
89
+ gr.Image(type="numpy", label="Input Image"),
90
  gr.Image(type="numpy", label="Enhanced Image")],
91
  title="Feeble Light Signal Image Enhancer",
92
  description="Upload a dark image, and enhance it using Retinex, CLAHE, contrast, brightness, and gamma correction."