Skip to content

Commit e412e41

Browse files
committed
Change default save model folder to "saved_models"
1 parent f1e43c2 commit e412e41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/topbar/dialogs/OverwriteModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const saveOptions = [
3232
},
3333
];
3434

35-
const DEFAULT_DIR = "uploads";
35+
const DEFAULT_DIR = "saved_models";
3636

3737
const OverwriteModel = (props) => {
3838
const updateFullPath = (value) => {

0 commit comments

Comments
 (0)