File size: 192 Bytes
39eb06d
7956c78
1189124
39eb06d
 
7956c78
1
2
3
4
5
6
7
<script lang="ts">
	export let data;
	import InferencePlayground from '$lib/components/InferencePlayground/InferencePlayground.svelte';
</script>

<InferencePlayground models={data.models} />