We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9861a29 commit 38708d1Copy full SHA for 38708d1
packages/widgets/src/lib/components/InferenceWidget/shared/WidgetWrapper/WidgetWrapper.svelte
@@ -1,7 +1,7 @@
1
<script lang="ts">
2
import { InferenceDisplayability } from "@huggingface/tasks";
3
import type { WidgetExample } from "@huggingface/tasks";
4
- import type { WidgetProps, ModelLoadInfo } from "../types.js";
+ import type { WidgetProps } from "../types.js";
5
6
type TWidgetExample = $$Generic<WidgetExample>;
7
0 commit comments