1. 23 Oct, 2022 2 commits
    • Bruno Seoane's avatar
      Update run_extras to use the temp filename · 0523704d
      Bruno Seoane authored
      In batch mode run_extras tries to preserve the original file name of the
      images. The problem is that this makes no sense since the user only gets
      a list of images in the UI, trying to manually save them shows that this
      images have random temp names. Also, trying to keep "orig_name" in the
      API is a hassle that adds complexity to the consuming UI since the
      client has to use (or emulate) an input (type=file) element in a form.
      Using the normal file name not only doesn't change the output and
      functionality in the original UI but also helps keep the API simple.
      0523704d
    • Bruno Seoane's avatar
      Add "extra" single image operation · 28e26c2b
      Bruno Seoane authored
       - Separate extra modes into 3 endpoints so the user ddoesn't ahve to
      handle so many unused parameters.
       - Add response model for codumentation
      28e26c2b
  2. 22 Oct, 2022 38 commits