Dvjc1899 commited on
Commit
e46d735
·
1 Parent(s): 5a86024

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Dvjc1899/super-resolution")
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)