summaryrefslogtreecommitdiff
path: root/app/client/modules/biggan/views/biggan.live.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/modules/biggan/views/biggan.live.js')
-rw-r--r--app/client/modules/biggan/views/biggan.live.js30
1 files changed, 15 insertions, 15 deletions
diff --git a/app/client/modules/biggan/views/biggan.live.js b/app/client/modules/biggan/views/biggan.live.js
index fd6b12d..20cffe8 100644
--- a/app/client/modules/biggan/views/biggan.live.js
+++ b/app/client/modules/biggan/views/biggan.live.js
@@ -36,7 +36,7 @@ class BigGANLive extends Component {
// return <Loading progress={biggan.progress} />
// }
return (
- <div className='app live centered'>
+ <div className='app live biggan centered'>
<div className='row'>
<div className='column'>
<Player width={512} height={512} square fullscreen={this.props.fullscreen} />
@@ -139,20 +139,20 @@ class BigGANLive extends Component {
>{i18n.gpu.interrupt}</Button>
)
}
- if (! this.props.opt.processing) {
- return (
- <div>
- <Button
- title={i18n.gpu.not_processing}
- onClick={this.togglePlaying}
- >{i18n.gpu.restart}</Button>
- <Button
- title={i18n.gpu.busy}
- onClick={() => this.interrupt()}
- >{i18n.gpu.interrupt}</Button>
- </div>
- )
- }
+ // if (! this.props.opt.processing) {
+ // return (
+ // <div>
+ // <Button
+ // title={i18n.gpu.not_processing}
+ // onClick={this.togglePlaying}
+ // >{i18n.gpu.restart}</Button>
+ // <Button
+ // title={i18n.gpu.busy}
+ // onClick={() => this.interrupt()}
+ // >{i18n.gpu.interrupt}</Button>
+ // </div>
+ // )
+ // }
return (
<div>
<Button