Harveenchadha commited on
Commit
e1a1f75
β€’
1 Parent(s): 1adb20e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import from_pretrained_keras
7
 
8
 
9
  model = from_pretrained_keras("Harveenchadha/low-light-image-enhancement", compile=False)
10
- examples = ['got2.png', 'got1.jpg', 'got_final.png']
11
 
12
  def get_enhanced_image(data, output):
13
  r1 = output[:, :, :, :3]
 
7
 
8
 
9
  model = from_pretrained_keras("Harveenchadha/low-light-image-enhancement", compile=False)
10
+ examples = ['got2.png', 'gotj.png', 'got1.jpg' ]
11
 
12
  def get_enhanced_image(data, output):
13
  r1 = output[:, :, :, :3]