summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-07 18:27:38 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-07 18:27:38 +0200
commit524a1b72b1c3391650addc3291459d55ea3c1c61 (patch)
tree6be5eaf000ca06619c0a43b17e0f4016c3fade54 /public/bundle.js
parent588431b988b138047aa4d7343c23d22d99285631 (diff)
fix module
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/bundle.js b/public/bundle.js
index b7fc75f..631cae8 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -3296,7 +3296,6 @@ var Select = function (_Component) {
value = key.value || key.name;
}
}
- console.log(key, name, value);
lastValue = value;
return (0, _preact.h)(
'option',
@@ -7993,7 +7992,10 @@ var live_task = exports.live_task = function live_task(sequence, checkpoint) {
module: 'pix2wav',
activity: 'live',
dataset: sequence,
- checkpoint: checkpoint
+ checkpoint: checkpoint,
+ opt: {
+ poll_delay: 0.5
+ }
};
console.log(task);
console.log('add live task');
@@ -8144,7 +8146,6 @@ var Pix2WavLive = function (_Component) {
return (0, _preact.h)(_common.Loading, null);
}
// console.log('sequence', this.props.opt)
- console.log(this.props.pix2wav.data.checkpoints);
return (0, _preact.h)(
'div',
{ className: 'app centered' },