diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-18 23:42:05 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-18 23:42:05 +0100 |
| commit | dab31bc4809e29df8137575f4e3533fa7ba88c96 (patch) | |
| tree | 18570b884881ac733b2fc6410ea67757174d8ea3 /app/client/modules | |
| parent | fe8ab6133a31284d94944f5d75da9d6ad2b2bdb9 (diff) | |
label
Diffstat (limited to 'app/client/modules')
| -rw-r--r-- | app/client/modules/biggan/views/biggan.live.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/biggan/views/biggan.live.js b/app/client/modules/biggan/views/biggan.live.js index ba96ff2..c583d7f 100644 --- a/app/client/modules/biggan/views/biggan.live.js +++ b/app/client/modules/biggan/views/biggan.live.js @@ -120,7 +120,7 @@ class BigGANLive extends Component { >{i18n.gpu.start}</Button> ) } - if (this.props.runner.gpu.task.module !== 'pix2pixhd') { + if (this.props.runner.gpu.task.module !== 'biggan') { return ( <Button title={i18n.gpu.busy} |
