Spaces:
Runtime error
Runtime error
Commit
·
90a3f92
1
Parent(s):
809746f
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import numpy as np
|
|
3 |
from math import ceil
|
4 |
from huggingface_hub import from_pretrained_keras
|
5 |
|
6 |
-
model = from_pretrained_keras("GIanlucaRub/
|
7 |
def double_res(input_image):
|
8 |
input_height = input_image.shape[0]
|
9 |
input_width = input_image.shape[1]
|
|
|
3 |
from math import ceil
|
4 |
from huggingface_hub import from_pretrained_keras
|
5 |
|
6 |
+
model = from_pretrained_keras("GIanlucaRub/doubleResFinal")
|
7 |
def double_res(input_image):
|
8 |
input_height = input_image.shape[0]
|
9 |
input_width = input_image.shape[1]
|