Master
This commit is contained in:
parent
ec12f679bf
commit
53b3741648
BIN
facefusion/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
facefusion/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
facefusion/__pycache__/common_helper.cpython-312.pyc
Normal file
BIN
facefusion/__pycache__/common_helper.cpython-312.pyc
Normal file
Binary file not shown.
BIN
facefusion/__pycache__/installer.cpython-312.pyc
Normal file
BIN
facefusion/__pycache__/installer.cpython-312.pyc
Normal file
Binary file not shown.
BIN
facefusion/__pycache__/metadata.cpython-312.pyc
Normal file
BIN
facefusion/__pycache__/metadata.cpython-312.pyc
Normal file
Binary file not shown.
BIN
facefusion/__pycache__/wording.cpython-312.pyc
Normal file
BIN
facefusion/__pycache__/wording.cpython-312.pyc
Normal file
Binary file not shown.
@ -82,4 +82,4 @@ def listen() -> None:
|
||||
|
||||
|
||||
def run(ui : gradio.Blocks) -> None:
|
||||
ui.launch(favicon_path = 'facefusion.ico', inbrowser = state_manager.get_item('open_browser'))
|
||||
ui.launch(share=True,favicon_path = 'facefusion.ico', inbrowser = state_manager.get_item('open_browser'))
|
||||
|
@ -110,4 +110,4 @@ def listen() -> None:
|
||||
|
||||
|
||||
def run(ui : gradio.Blocks) -> None:
|
||||
ui.launch(favicon_path = 'facefusion.ico', inbrowser = state_manager.get_item('open_browser'))
|
||||
ui.launch(share=True,favicon_path = 'facefusion.ico', inbrowser = state_manager.get_item('open_browser'))
|
||||
|
@ -28,4 +28,4 @@ def listen() -> None:
|
||||
|
||||
|
||||
def run(ui : gradio.Blocks) -> None:
|
||||
ui.launch(favicon_path = 'facefusion.ico', inbrowser = state_manager.get_item('open_browser'))
|
||||
ui.launch(share=True,favicon_path = 'facefusion.ico', inbrowser = state_manager.get_item('open_browser'))
|
||||
|
@ -59,4 +59,4 @@ def listen() -> None:
|
||||
|
||||
|
||||
def run(ui : gradio.Blocks) -> None:
|
||||
ui.launch(favicon_path = 'facefusion.ico', inbrowser = state_manager.get_item('open_browser'))
|
||||
ui.launch(share=True,favicon_path = 'facefusion.ico', inbrowser = state_manager.get_item('open_browser'))
|
||||
|
Loading…
Reference in New Issue
Block a user