LLM-Inference / src /routes /+page.svelte
mishig's picture
mishig HF Staff
Rename componentns to better names (#7)
5705707 unverified
raw
history blame
106 Bytes
<script lang="ts">
import Playground from '$lib/components/Playground.svelte';
</script>
<Playground />