summaryrefslogtreecommitdiff
path: root/app/client/modules/pix2pixhd
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-30 20:32:45 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-30 20:32:45 +0200
commitc6b881be4b60108b4b45371f89e8a361d2e0a411 (patch)
treeff7878ee116bc1028bd39e493bf062d19a3833c7 /app/client/modules/pix2pixhd
parent932fe9ccb9bfad7f454c5f53d35ec06c27328281 (diff)
fix pix2pixhd
Diffstat (limited to 'app/client/modules/pix2pixhd')
-rw-r--r--app/client/modules/pix2pixhd/views/pix2pixhd.live.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js
index 1700128..9d3ee9a 100644
--- a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js
+++ b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js
@@ -91,25 +91,25 @@ class Pix2PixHDLive extends Component {
title='Playback'
noToggle
>
- <Select
+ <Select live
name='send_image'
title='view mode'
options={['a','b','sequence','recursive']}
onChange={this.props.actions.live.set_param}
/>
- <Select
+ <Select live
name='sequence_name'
title='sequence'
options={this.props.pix2pixhd.data.sequences.map(file => file.name)}
onChange={this.changeSequence}
/>
- <Select
+ <Select live
name='checkpoint_name'
title='checkpoint'
options={this.props.pix2pixhd.data.checkpoints.map(file => file.name)}
onChange={this.changeCheckpoint}
/>
- <Select
+ <Select live
name='epoch'
title='epoch'
options={this.props.epochs}