Make the private log url path relative (#1948)

This commit is contained in:
rsl8
2024-01-20 22:04:44 -08:00
committed by GitHub
parent dc5b5238c8
commit f6d67d7655
+1 -1
View File
@@ -256,7 +256,7 @@ with shared.gradio_root:
queue=False, show_progress=False) queue=False, show_progress=False)
if not args_manager.args.disable_image_log: 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'): with gr.Tab(label='Style'):
style_sorter.try_load_sorted_styles( style_sorter.try_load_sorted_styles(