gradio-pr-bot commited on
Commit
82f2fc2
·
verified ·
1 Parent(s): 67800de

Upload folder using huggingface_hub

Browse files
6.14.0/model3D/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@gradio/model3d",
3
- "version": "0.16.9",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
 
1
  {
2
  "name": "@gradio/model3d",
3
+ "version": "0.17.0",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
6.14.0/model3D/shared/Model3D.svelte CHANGED
@@ -98,6 +98,7 @@
98
  href={value.url}
99
  target={window.__is_colab__ ? "_blank" : null}
100
  download={window.__is_colab__ ? null : value.orig_name || value.path}
 
101
  >
102
  <IconButton Icon={Download} label={i18n("common.download")} />
103
  </a>
 
98
  href={value.url}
99
  target={window.__is_colab__ ? "_blank" : null}
100
  download={window.__is_colab__ ? null : value.orig_name || value.path}
101
+ data-testid="model3d-download-link"
102
  >
103
  <IconButton Icon={Download} label={i18n("common.download")} />
104
  </a>