File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/inference/src/providers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ import { base64FromBytes } from "../utils/base64FromBytes.js";
7676import type { ImageToImageArgs } from "../tasks/cv/imageToImage.js" ;
7777import type { AutomaticSpeechRecognitionArgs } from "../tasks/audio/automaticSpeechRecognition.js" ;
7878import { omit } from "../utils/omit.js" ;
79- import { ImageSegmentationArgs } from "../tasks/cv/imageSegmentation.js" ;
79+ import type { ImageSegmentationArgs } from "../tasks/cv/imageSegmentation.js" ;
8080interface Base64ImageGeneration {
8181 data : Array < {
8282 b64_json : string ;
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ import { toArray } from "../utils/toArray.js";
5454import type { ImageToImageArgs } from "../tasks/cv/imageToImage.js" ;
5555import type { AutomaticSpeechRecognitionArgs } from "../tasks/audio/automaticSpeechRecognition.js" ;
5656import type { ImageToVideoArgs } from "../tasks/cv/imageToVideo.js" ;
57- import { ImageSegmentationArgs } from "../tasks/cv/imageSegmentation.js" ;
57+ import type { ImageSegmentationArgs } from "../tasks/cv/imageSegmentation.js" ;
5858
5959/**
6060 * Base class for task-specific provider helpers
You can’t perform that action at this time.
0 commit comments