Spaces:
Runtime error
Runtime error
Commit
·
3593d66
1
Parent(s):
1827a2b
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import keras
|
|
7 |
from huggingface_hub import from_pretrained_keras
|
8 |
|
9 |
|
10 |
-
model = from_pretrained_keras("hbpkillerX/
|
11 |
|
12 |
def autocontrast(tensor, cutoff=0):
|
13 |
tensor = tf.cast(tensor, dtype=tf.float32)
|
|
|
7 |
from huggingface_hub import from_pretrained_keras
|
8 |
|
9 |
|
10 |
+
model = from_pretrained_keras("hbpkillerX/low_light_img_enhancer", compile=False)
|
11 |
|
12 |
def autocontrast(tensor, cutoff=0):
|
13 |
tensor = tf.cast(tensor, dtype=tf.float32)
|