Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from tensorflow.keras.preprocessing.image import img_to_array
|
|
8 |
from huggingface_hub import from_pretrained_keras
|
9 |
import gradio as gr
|
10 |
|
11 |
-
model = from_pretrained_keras("
|
12 |
|
13 |
def infer(image):
|
14 |
img = Image.fromarray(image)
|
|
|
8 |
from huggingface_hub import from_pretrained_keras
|
9 |
import gradio as gr
|
10 |
|
11 |
+
model = from_pretrained_keras("keras-io/super-resolution")
|
12 |
|
13 |
def infer(image):
|
14 |
img = Image.fromarray(image)
|