Fabrice-TIERCELIN commited on
Commit
3db2a9a
1 Parent(s): 513338c

"The image" + (" has" if len(results) == 1 else "s have") + " been generated in " + \

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -378,7 +378,7 @@ def restore(
378
  information = ("Start the process again if you want a different result. " if randomize_seed else "") + \
379
  "If you don't get the image you wanted, add more details in the « Image description ». " + \
380
  "Wait " + str(allocation) + " min before a new run to avoid quota penalty or use another computer. " + \
381
- "The image(s) has(ve) been generated in " + \
382
  ((str(hours) + " h, ") if hours != 0 else "") + \
383
  ((str(minutes) + " min, ") if hours != 0 or minutes != 0 else "") + \
384
  str(secondes) + " sec. " + \
 
378
  information = ("Start the process again if you want a different result. " if randomize_seed else "") + \
379
  "If you don't get the image you wanted, add more details in the « Image description ». " + \
380
  "Wait " + str(allocation) + " min before a new run to avoid quota penalty or use another computer. " + \
381
+ "The image" + (" has" if len(results) == 1 else "s have") + " been generated in " + \
382
  ((str(hours) + " h, ") if hours != 0 else "") + \
383
  ((str(minutes) + " min, ") if hours != 0 or minutes != 0 else "") + \
384
  str(secondes) + " sec. " + \