ipol-journal / ipolDevel

IPOL demo system development
GNU Affero General Public License v3.0
23 stars 3 forks source link

[core] prevent inpainting data to be saved into execution.json #201

Closed hmaciasc closed 6 months ago

hmaciasc commented 6 months ago

When saving execution.json some inpainting binary data was being saved, which generated an error on inpainting demos.

This is all due to a different way of receiving params when running a demo with fastapi instead of cherrypy.

The solution was to remove those keys and prevent them from being saved.