runtime error
Exit code: 1. Reason: /app/facefusion/uis/core.py:58: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme, css. Please pass these parameters to launch() instead. with gradio.Blocks(theme = get_theme(), css = get_css(), title = metadata.get('name') + ' ' + metadata.get('version')) as ui: Traceback (most recent call last): File "/app/app.py", line 6, in <module> core.cli() File "/app/facefusion/core.py", line 89, in cli run(program) File "/app/facefusion/core.py", line 159, in run ui.launch() File "/app/facefusion/uis/core.py", line 67, in launch ui_layout_module.run(ui) File "/app/facefusion/uis/layouts/default.py", line 77, in run ui.launch(show_api = False) TypeError: Blocks.launch() got an unexpected keyword argument 'show_api'
Container logs:
Fetching error logs...