summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
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' },