diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-26 16:04:58 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-26 16:04:58 +0100 |
| commit | b79c796b0dfe28d8e06eec004998439fea836760 (patch) | |
| tree | 9a5900755945135db5af425d1295109535bd6bd2 /app/client/modules/biggan/views/biggan.live.js | |
| parent | f68b13bfb873e1a558870bb9ffe591f3f9814266 (diff) | |
init category list
Diffstat (limited to 'app/client/modules/biggan/views/biggan.live.js')
| -rw-r--r-- | app/client/modules/biggan/views/biggan.live.js | 30 |
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 |
