mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Merge commit '1c999be8c8134fe01a75723ea933858435856950'
# Conflicts: # .github/ISSUE_TEMPLATE/bug_report.md # launch.py # modules/async_worker.py # modules/config.py # modules/private_logger.py # modules/util.py # webui.py
This commit is contained in:
@@ -360,7 +360,7 @@ with shared.gradio_root:
|
||||
return gr.update(value=f'<a href="file={get_current_html_path()}" target="_blank">\U0001F4DA History Log</a>')
|
||||
|
||||
history_link = gr.HTML()
|
||||
shared.gradio_root.load(update_history_link,outputs=history_link)
|
||||
shared.gradio_root.load(update_history_link, outputs=history_link, queue=False, show_progress=False)
|
||||
|
||||
with gr.Tab(label='Styles'):
|
||||
style_sorter.try_load_sorted_styles(
|
||||
@@ -795,6 +795,6 @@ shared.gradio_root.launch(
|
||||
server_name=args_manager.args.listen,
|
||||
server_port=args_manager.args.port,
|
||||
share=args_manager.args.share,
|
||||
auth=check_auth if args_manager.args.share and auth_enabled else None,
|
||||
auth=check_auth if (args_manager.args.share or args_manager.args.listen) and auth_enabled else None,
|
||||
blocked_paths=[constants.AUTH_FILENAME]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user