diff --git a/templates/repo/cloudbrain/inference/show.tmpl b/templates/repo/cloudbrain/inference/show.tmpl
index 2e8c9f063..77d43faec 100644
--- a/templates/repo/cloudbrain/inference/show.tmpl
+++ b/templates/repo/cloudbrain/inference/show.tmpl
@@ -504,6 +504,22 @@
+
+
+
+ | 数据集文件 |
+
+
+ {{range $m ,$n := $.datasetDownload}}
+
+ | {{.DatasetName}} |
+
+
+ {{end}}
+
+
+
+
diff --git a/templates/repo/modelarts/inferencejob/show.tmpl b/templates/repo/modelarts/inferencejob/show.tmpl
index 39be33aae..51e6534af 100644
--- a/templates/repo/modelarts/inferencejob/show.tmpl
+++ b/templates/repo/modelarts/inferencejob/show.tmpl
@@ -445,6 +445,22 @@ td, th {
+
+
+
+ | 数据集文件 |
+
+
+ {{range $m ,$n := $.datasetDownload}}
+
+ | {{.DatasetName}} |
+
+
+ {{end}}
+
+
+
+