Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from PIL import Image
|
|
11 |
from create_maxim_model import Model
|
12 |
from maxim.configs import MAXIM_CONFIGS
|
13 |
|
14 |
-
_MODEL = from_pretrained_keras("
|
15 |
|
16 |
|
17 |
def mod_padding_symmetric(image, factor=64):
|
|
|
11 |
from create_maxim_model import Model
|
12 |
from maxim.configs import MAXIM_CONFIGS
|
13 |
|
14 |
+
_MODEL = from_pretrained_keras("google/maxim-s3-denoising-sidd")
|
15 |
|
16 |
|
17 |
def mod_padding_symmetric(image, factor=64):
|