merve HF staff commited on
Commit
e3eb418
β€’
1 Parent(s): c893504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def infer(original_image):
24
 
25
  iface = gr.Interface(
26
  fn=infer,
27
- title="Low light image enhancement",
28
  description = "Keras Implementation of MIRNet model for light up the dark image πŸŒ†πŸŽ†",
29
  inputs=[gr.inputs.Image(label="image", type="pil")],
30
  outputs="image",
 
24
 
25
  iface = gr.Interface(
26
  fn=infer,
27
+ title="Low Light Image Enhancement",
28
  description = "Keras Implementation of MIRNet model for light up the dark image πŸŒ†πŸŽ†",
29
  inputs=[gr.inputs.Image(label="image", type="pil")],
30
  outputs="image",