summaryrefslogtreecommitdiff
path: root/app/client/modules/biggan
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/modules/biggan')
-rw-r--r--app/client/modules/biggan/views/biggan.live.js2
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}