Added Supertonic Wrapper
This commit is contained in:
13
src/App.tsx
13
src/App.tsx
@@ -1226,6 +1226,19 @@ const miniProjects: MiniProject[] = [
|
|||||||
github: "https://github.com/reversed-dev/qr-code-gen",
|
github: "https://github.com/reversed-dev/qr-code-gen",
|
||||||
image: "https://cdn.reversed.dev/pictures/qrcode.jpeg",
|
image: "https://cdn.reversed.dev/pictures/qrcode.jpeg",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Supertonic TTS Wrapper API",
|
||||||
|
description: "A simple API wrapper for the Supertonic TTS model.",
|
||||||
|
why: "I guess nobody made one thats deployable via docker yet?",
|
||||||
|
github: "https://github.com/Space-Banane/supertonic-wrapper",
|
||||||
|
image:
|
||||||
|
"https://shx.reversed.dev/u/cc6j2r.png",
|
||||||
|
note: {
|
||||||
|
color: "yellow",
|
||||||
|
content:
|
||||||
|
"Experimental. PRs are welcome to improve stability and features.",
|
||||||
|
},
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
const experiences: Experience[] = [
|
const experiences: Experience[] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user