feat: add ASR provider support for voice co-creation
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<!-- Tabs -->
|
||||
<div class="flex space-x-1 bg-gray-100 p-1 rounded-xl w-fit">
|
||||
<button
|
||||
v-for="tab in ['text', 'image', 'tts', 'storybook']"
|
||||
v-for="tab in ['text', 'image', 'tts', 'storybook', 'asr']"
|
||||
:key="tab"
|
||||
@click="activeTab = tab"
|
||||
class="px-6 py-2 rounded-lg text-sm font-medium transition-all duration-200"
|
||||
|
||||
Reference in New Issue
Block a user