Spaces:
Runtime error
Runtime error
Commit
·
d86d87f
1
Parent(s):
3593d66
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from PIL import Image
|
|
| 5 |
import tensorflow as tf
|
| 6 |
import keras
|
| 7 |
from huggingface_hub import from_pretrained_keras
|
| 8 |
-
|
| 9 |
|
| 10 |
model = from_pretrained_keras("hbpkillerX/low_light_img_enhancer", compile=False)
|
| 11 |
|
|
|
|
| 5 |
import tensorflow as tf
|
| 6 |
import keras
|
| 7 |
from huggingface_hub import from_pretrained_keras
|
| 8 |
+
#dfvds
|
| 9 |
|
| 10 |
model = from_pretrained_keras("hbpkillerX/low_light_img_enhancer", compile=False)
|
| 11 |
|