diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 02:10:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 02:10:27 +0200 |
| commit | 2753aec805f2d9e60da1c4d463d2b2f7e15167fb (patch) | |
| tree | 9cde80a39d61564de7c32623fb557004b0f96faf /public/bundle.js | |
| parent | db476213183106f8707f4fa235a88a0610fc87ab (diff) | |
fix p2x fetch script
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/bundle.js b/public/bundle.js index e9df162..1941d68 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -2253,7 +2253,7 @@ function CurrentTask(_ref) { var processor_name = processor === 'cpu' ? 'cpu' : 'gpu'; var p = processor === 'cpu' ? cpu : gpu; - if (!p) return null; + if (!p) return (0, _preact.h)('div', null); if (p.status === 'IDLE') { return (0, _preact.h)( 'div', @@ -7470,7 +7470,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de function Pix2PixNew(props) { return (0, _preact.h)(_common.Views.New, { db: props.pix2pix, - path: '/pix2pix/datasets/', + path: '/pix2pix/sequences/', actions: props.actions, module: _pix2pix3.default, history: props.history |
