@@ -3,7 +3,6 @@ import { Box } from '@mui/material' import Image from 'next/image' import styles from './voice-clone-mobile.module.scss' -import { ModelInput } from '#/features/model-input' export function VoiceCloneMobile() { const steps = [ @@ -11,7 +10,6 @@ export function VoiceCloneMobile() { { label: 'Шаг 2', src: '/voice-clone/voice-selector-mobile.png', alt: 'Выбор голоса' }, { label: 'Шаг 3', src: '/voice-clone/message-preview-mobile.png', alt: 'Предпросмотр сообщения' }, ] - const inputTypes = [{ type: 'text', required: true, versions: [] }] return ( @@ -39,18 +37,6 @@ export function VoiceCloneMobile() { ))} - -
- false} - styles='chats' - viewMobileSettings={() => {}} - currentVersion='' - input_types={inputTypes} - /> -