Fix import

This commit is contained in:
henryruhs
2025-06-16 12:03:20 +02:00
parent 4f20419484
commit bf651f5420

View File

@@ -2,10 +2,7 @@ import gradio
from facefusion import state_manager from facefusion import state_manager
from facefusion.benchmarker import pre_check as benchmarker_pre_check from facefusion.benchmarker import pre_check as benchmarker_pre_check
from facefusion.uis.components import (about, age_modifier_options, benchmark, benchmark_options, deep_swapper_options, from facefusion.uis.components import about, age_modifier_options, benchmark, benchmark_options, deep_swapper_options, download, execution, execution_queue_count, execution_thread_count, expression_restorer_options, face_debugger_options, face_editor_options, face_enhancer_options, face_swapper_options, frame_colorizer_options, frame_enhancer_options, lip_syncer_options, memory, processors
download, execution, execution_queue_count, execution_thread_count, expression_restorer_options,
face_debugger_options, face_editor_options, face_enhancer_options, face_swapper_options,
frame_colorizer_options, frame_enhancer_options, lip_syncer_options, memory, processors)
def pre_check() -> bool: def pre_check() -> bool: