changed input image width

This commit is contained in:
2026-05-02 23:33:04 +02:00
parent b423885c55
commit 382dccd398
3 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

+1 -1
View File
@@ -113,7 +113,7 @@ function Bird_CNN() {
disabled={loading} disabled={loading}
src={preview} src={preview}
alt="preview" alt="preview"
style={{ maxHeight: "400px", height: "auto", userSelect: "none", maxWidth: "700px" }} style={{ height: "100%", userSelect: "none", maxWidth: "700px" }}
/> />
</div> </div>