Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|