Skip to content

Commit 70d813d

Browse files
committed
Remove message when mlx is detected
1 parent 5657246 commit 70d813d

File tree

1 file changed

+0
-11
lines changed
  • src/renderer/components/Experiment/Audio

1 file changed

+0
-11
lines changed

src/renderer/components/Experiment/Audio/Audio.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -378,17 +378,6 @@ export default function Audio() {
378378
</Stack>
379379
</>
380380
)}
381-
382-
{/* Show message when MLX is detected */}
383-
{foundationModelArchitecture?.includes('MLX') && (
384-
<Typography
385-
level="body-sm"
386-
color="neutral"
387-
sx={{ py: 2, fontStyle: 'italic' }}
388-
>
389-
Audio cloning is not available for MLX models.
390-
</Typography>
391-
)}
392381
</Sheet>
393382

394383
{/* Right-hand Main Panel for Input/Output */}

0 commit comments

Comments
 (0)