File size: 271 Bytes
ec0fdfd
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from optimization.image_editor import ImageEditor
from optimization.arguments import get_arguments


if __name__ == "__main__":
    args = get_arguments()
    image_editor = ImageEditor(args)
    image_editor.edit_image_by_prompt()
    # image_editor.reconstruct_image()