This commit is contained in:
localhost-server 2024-12-10 04:53:37 +00:00 committed by GitHub
parent ec12f679bf
commit 53b3741648
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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'))

View File

@ -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'))

View File

@ -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'))

View File

@ -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'))