summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js4
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