aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorsharkiecodes <lanyi_stroud@brown.edu>2025-04-29 23:01:11 -0400
committersharkiecodes <lanyi_stroud@brown.edu>2025-04-29 23:01:11 -0400
commit609ec6d37b5abf94f3ab84784544ebe47804cdf5 (patch)
tree1c9741a6569fa7fef3d0d0387504fc89555cc46e /src/client/views/collections
parent2a36216359054532084be24ab9034cd08c1c8798 (diff)
Autotag
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/collectionFreeForm/ImageLabelBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/ImageLabelBox.tsx b/src/client/views/collections/collectionFreeForm/ImageLabelBox.tsx
index bf674c025..038b1c6f9 100644
--- a/src/client/views/collections/collectionFreeForm/ImageLabelBox.tsx
+++ b/src/client/views/collections/collectionFreeForm/ImageLabelBox.tsx
@@ -160,7 +160,7 @@ export class ImageLabelBox extends ViewBoxBaseComponent<FieldViewProps>() {
classifyImagesInBox = async (selectedImages? : Doc[], prompt? : string) => {
this.startLoading();
-
+ alert('Classifying images...');
selectedImages ??= this._selectedImages;
// Converts the images into a Base64 format, afterwhich the information is sent to GPT to label them.