Browse Source

Change the url of demo page(intent detection)

pull/1619/head
Hironsan 2 years ago
parent
commit
022d91e7da
2 changed files with 1 additions and 0 deletions
  1. 1
      frontend/components/layout/TheHeader.vue
  2. 0
      frontend/pages/demo/intent-detection-and-slot-filling/index.vue

1
frontend/components/layout/TheHeader.vue

@ -124,6 +124,7 @@ export default {
{ title: this.$t('home.demoNER'), link: 'named-entity-recognition' },
{ title: this.$t('home.demoSent'), link: 'sentiment-analysis' },
{ title: this.$t('home.demoTranslation'), link: 'translation' },
{ title: 'Intent Detection and Slot Filling', link: 'intent-detection-and-slot-filling' },
{ title: this.$t('home.demoTextToSQL'), link: 'text-to-sql' },
{ title: 'Image Classification', link: 'image-classification' },
{ title: 'Speech to Text', link: 'speech-to-text' },

frontend/pages/demo/ner-and-classification/index.vue → frontend/pages/demo/intent-detection-and-slot-filling/index.vue

Loading…
Cancel
Save