Browse Source

Add demo page link

pull/1899/head
Hironsan 2 years ago
parent
commit
185debf9ac
1 changed files with 2 additions and 0 deletions
  1. 2
      frontend/components/layout/TheHeader.vue

2
frontend/components/layout/TheHeader.vue

@ -101,6 +101,8 @@ export default {
},
{ title: this.$t('home.demoTextToSQL'), link: 'text-to-sql' },
{ title: 'Image Classification', link: 'image-classification' },
{ title: 'Object Detection', link: 'object-detection' },
{ title: 'Polygon Segmentation', link: 'segmentation' },
{ title: 'Speech to Text', link: 'speech-to-text' }
],
mdiLogout,

Loading…
Cancel
Save