Skip to content

Commit

Permalink
Make the private log url path relative (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsl8 authored Jan 21, 2024
1 parent dc5b523 commit f6d67d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def refresh_seed(r, seed_string):
queue=False, show_progress=False)

if not args_manager.args.disable_image_log:
gr.HTML(f'<a href="/file={get_current_html_path()}" target="_blank">\U0001F4DA History Log</a>')
gr.HTML(f'<a href="file={get_current_html_path()}" target="_blank">\U0001F4DA History Log</a>')

with gr.Tab(label='Style'):
style_sorter.try_load_sorted_styles(
Expand Down

0 comments on commit f6d67d7

Please sign in to comment.