Skip to content

Commit

Permalink
显示仓库地址
Browse files Browse the repository at this point in the history
  • Loading branch information
AlionSSS committed Jul 27, 2024
1 parent a9061f0 commit 5f654e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcm2niix_webui/gradio_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ def service_server_dicom_to_nii(file, depth, gz, example_image):
tabbed_interface = gr.TabbedInterface(
interface_list=[local_iface, server_iface],
tab_names=["本地端", "通用端"],
title="dicom 转 nii"
title="dicom 转 nii 工具,项目 Git 仓库:https://github.com/AlionSSS/dcm2niix-webui"
)

0 comments on commit 5f654e5

Please sign in to comment.