refactor api

This commit is contained in:
Vladimir Mandic
2024-01-28 10:12:24 -05:00
parent dc70246c78
commit 7e447222a1
13 changed files with 778 additions and 785 deletions
+1
View File
@@ -27,6 +27,7 @@ from installer import log as central_logger # pylint: disable=E0611
errors.install([gr])
demo: gr.Blocks = None
api = None
log = central_logger
progress_print_out = sys.stdout
parser = cmd_args.parser