mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
cleanup logger
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import gradio as gr
|
||||
from modules import scripts_manager, shared, ui_common, postprocessing, call_queue, generation_parameters_copypaste
|
||||
from modules import logger
|
||||
from modules.logger import log
|
||||
|
||||
|
||||
def submit_info(image):
|
||||
@@ -19,7 +19,7 @@ def submit_process(tab_index, extras_image, image_batch, extras_batch_input_dir,
|
||||
|
||||
|
||||
def create_ui():
|
||||
logger.log.debug('UI initialize: tab=process')
|
||||
log.debug('UI initialize: tab=process')
|
||||
tab_index = gr.State(value=0) # pylint: disable=abstract-class-instantiated
|
||||
with gr.Row(equal_height=False, variant='compact', elem_classes="extras", elem_id="extras_tab"):
|
||||
with gr.Column(variant='compact'):
|
||||
|
||||
Reference in New Issue
Block a user