summaryrefslogtreecommitdiff
path: root/app/client/modules/pix2pixhd
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-22 14:28:34 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-22 14:28:34 +0200
commit927336e1d767bb2d8cceb3e31f1e35bcc8414452 (patch)
tree6691bb944df2f58b3430498d2e157ad020fe5230 /app/client/modules/pix2pixhd
parent2925f4043d51fcfd7ef9c139d9205c7f813e7af4 (diff)
runnnerrrrrr
Diffstat (limited to 'app/client/modules/pix2pixhd')
-rw-r--r--app/client/modules/pix2pixhd/views/pix2pixhd.live.js4
1 files changed, 2 insertions, 2 deletions
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()}