remove that nonsense

This commit is contained in:
henryruhs
2026-06-10 10:02:46 +02:00
parent faf0869f54
commit a5ac2c850c
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -55,7 +55,6 @@ def update(files : List[File]) -> Tuple[gradio.Audio, gradio.Image]:
source_audio_path = get_first(filter_audio_paths(file_names))
source_image_path = get_first(filter_image_paths(file_names))
state_manager.set_item('source_paths', file_names)
return gradio.Audio(value = source_audio_path, visible = has_source_audio), gradio.Image(value = source_image_path, visible = has_source_image)
state_manager.clear_item('source_paths')
-5
View File
@@ -1,10 +1,5 @@
import gradio
import facefusion.face_classifier
import facefusion.face_detector
import facefusion.face_landmarker
import facefusion.face_masker
import facefusion.face_recognizer
from facefusion import state_manager
from facefusion.uis.components import about, age_modifier_options, background_remover_options, common_options, deep_swapper_options, download, execution, execution_thread_count, expression_restorer_options, face_debugger_options, face_detector, face_editor_options, face_enhancer_options, face_landmarker, face_masker, face_selector, face_swapper_options, frame_colorizer_options, frame_enhancer_options, instant_runner, job_manager, job_runner, lip_syncer_options, memory, output, output_options, preview, preview_options, processors, source, target, temp_frame, terminal, trim_frame, ui_workflow, voice_extractor