datafreak commited on
Commit
97cd984
·
verified ·
1 Parent(s): f72cbc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def preprocess_single_image(image, target_height=256, target_width=256):
28
 
29
  return image
30
 
31
- def process_image(input_image):
32
  if input_image is None:
33
  return None
34
 
 
28
 
29
  return image
30
 
31
+ def process_image(input_image, output_resolution=(512, 512)):
32
  if input_image is None:
33
  return None
34