summaryrefslogtreecommitdiff
path: root/app/client/modules
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/modules')
-rw-r--r--app/client/modules/pix2pix/views/pix2pix.live.js2
-rw-r--r--app/client/modules/pix2pixhd/views/pix2pixhd.live.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/client/modules/pix2pix/views/pix2pix.live.js b/app/client/modules/pix2pix/views/pix2pix.live.js
index ec2c33c..b6765ed 100644
--- a/app/client/modules/pix2pix/views/pix2pix.live.js
+++ b/app/client/modules/pix2pix/views/pix2pix.live.js
@@ -299,7 +299,7 @@ class Pix2PixLive extends Component {
<Button
title={'Processing'}
onClick={this.togglePlaying}
- >Pause</Button>
+ >Stop</Button>
<Button
title={'GPU Busy'}
onClick={() => this.interrupt()}
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js
index 0bdcefe..22dc8e3 100644
--- a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js
+++ b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js
@@ -263,7 +263,7 @@ class Pix2PixHDLive extends Component {
)
}
renderRestartButton(){
- console.log(this.props.runner.gpu)
+ // console.log(this.props.runner.gpu)
if (this.props.runner.gpu.status === 'IDLE') {
return (
<Button
@@ -299,7 +299,7 @@ class Pix2PixHDLive extends Component {
<Button
title={'Processing'}
onClick={this.togglePlaying}
- >Pause</Button>
+ >Stop</Button>
<Button
title={'GPU Busy'}
onClick={() => this.interrupt()}