handle k-diffusion module

This commit is contained in:
Vladimir Mandic
2023-10-31 11:42:32 -04:00
parent 1bde2a895b
commit 96a138fe3c
3 changed files with 40 additions and 22 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ from installer import print_dict
from installer import log as central_logger # pylint: disable=E0611
errors.install(gr)
errors.install([gr])
demo: gr.Blocks = None
log = central_logger
progress_print_out = sys.stdout