Spaces:
Runtime error
Runtime error
Harveenchadha
commited on
Commit
β’
ba3082a
1
Parent(s):
88242f5
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from tensorflow import keras
|
|
6 |
from huggingface_hub import from_pretrained_keras
|
7 |
|
8 |
|
9 |
-
model = from_pretrained_keras("
|
10 |
examples = ['got2.png', 'gotj.png', 'goti.png' ]
|
11 |
|
12 |
def get_enhanced_image(data, output):
|
|
|
6 |
from huggingface_hub import from_pretrained_keras
|
7 |
|
8 |
|
9 |
+
model = from_pretrained_keras("keras-io/low-light-image-enhancement", compile=False)
|
10 |
examples = ['got2.png', 'gotj.png', 'goti.png' ]
|
11 |
|
12 |
def get_enhanced_image(data, output):
|