mishig's picture
mishig HF staff
same prettier as hub
60216ec
raw
history blame contribute delete
No virus
192 Bytes
<script lang="ts">
export let data;
import InferencePlayground from "$lib/components/InferencePlayground/InferencePlayground.svelte";
</script>
<InferencePlayground models={data.models} />