hbpkillerX commited on
Commit
ed93e6f
β€’
1 Parent(s): 0f0ee9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -41,5 +41,4 @@ iface = gr.Interface(
41
  description = "Keras Implementation of MIRNet model for light up the dark image πŸŒ†πŸŽ†",
42
  inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
43
  outputs="image",
44
- cache_examples=True,
45
- article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>. Based on the keras example from <a href=\"https://keras.io/examples/vision/mirnet/\">Soumik Rakshit</a>").launch(enable_queue=True))
 
41
  description = "Keras Implementation of MIRNet model for light up the dark image πŸŒ†πŸŽ†",
42
  inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
43
  outputs="image",
44
+ cache_examples=True)