Skip to content

Commit 16375ba

Browse files
committed
keep debugging
1 parent 23ffb93 commit 16375ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ai/nets/samj/gui/MainGUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class MainGUI extends JFrame {
8484
*/
8585
protected static final String RESOURCES_FOLDER = "icons_samj/";
8686

87-
protected static final List<SAMModel> DEFAULT_MODEL_LIST = new ArrayList<>();
87+
public static final List<SAMModel> DEFAULT_MODEL_LIST = new ArrayList<>();
8888
static {
8989
DEFAULT_MODEL_LIST.add(new SAM2Tiny());
9090
DEFAULT_MODEL_LIST.add(new SAM2Small());

0 commit comments

Comments
 (0)