Spaces:
Running
Running
No info
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def predict(source_img, enlarge_top, enlarge_right, enlarge_bottom, enlarge_left
|
|
120 |
end = time.time()
|
121 |
return [
|
122 |
output_image,
|
123 |
-
"Start again to get a different result. The new image is " + str(output_width) + " pixels large and " + str(output_height) + " pixels high, so an image of " + str(output_width * output_height) + " pixels.
|
124 |
input_image,
|
125 |
enlarged_image,
|
126 |
mask_image
|
|
|
120 |
end = time.time()
|
121 |
return [
|
122 |
output_image,
|
123 |
+
"Start again to get a different result. The new image is " + str(output_width) + " pixels large and " + str(output_height) + " pixels high, so an image of " + str(output_width * output_height) + " pixels." + limitation,
|
124 |
input_image,
|
125 |
enlarged_image,
|
126 |
mask_image
|