diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index 7aff974..01ae3fa 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -9696,6 +9696,7 @@ var augment_task = exports.augment_task = function augment_task(dataset, opt) { module: _pix2pixhd2.default.name, activity: 'augment', dataset: dataset, + folder_id: opt.folder_id, opt: _extends({}, opt) }; console.log(task); @@ -11128,7 +11129,7 @@ var Pix2PixHDTrain = function (_Component) { title: 'Make a movie without augmenting', value: 'Generate', onClick: function onClick() { - return _this2.props.remote.augment_task(_this2.state.checkpoint_name, _extends({}, _this2.state, { no_symlinks: true, mov: true })); + return _this2.props.remote.augment_task(_this2.state.checkpoint_name, _extends({}, _this2.state, { no_symlinks: true, mov: true, folder_id: _this2.props.pix2pixhd.data.resultsFolder.id })); } }) ), |
