Skip to content

Commit ccb914b

Browse files
committed
Update ImageToText.mjs
1 parent c108289 commit ccb914b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AiServer/wwwroot/mjs/components/ImageToText.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default {
9393
const renderKey = ref(0)
9494
const { filePathUri, getExt, extSrc, svgToDataUri } = useFiles()
9595

96-
const storage = new ThreadStorage(`img2img`, {
96+
const storage = new ThreadStorage(`img2txt`, {
9797
tag: '',
9898
})
9999
const error = ref()

0 commit comments

Comments
 (0)