Fabrice-TIERCELIN commited on
Commit
2f9b0fd
·
verified ·
1 Parent(s): 4667d53
Files changed (1) hide show
  1. app.py +1 -1
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. The image have been generated in " + str(end - start) + " seconds." + limitation,
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