Build client

This commit is contained in:
adamsvystun 2018-11-03 21:05:51 +01:00 committed by Maciej Pęśko
parent 56b77d8a01
commit 88249c72b1

View file

@ -252,7 +252,7 @@ class App extends React.Component {
checked={styleTransferMode === "0"}
onChange={this.styleTransferChange}
/>
<label htmlFor="model-0">ComixGAN</label>
<label htmlFor="style-model-0">ComixGAN</label>
<input
type="radio"
name="style-model"
@ -261,7 +261,7 @@ class App extends React.Component {
checked={styleTransferMode === "1"}
onChange={this.styleTransferChange}
/>
<label htmlFor="model-1">CartoonGAN-Hayao</label>
<label htmlFor="style-model-1">CartoonGAN-Hayao</label>
<input
type="radio"
name="style-model"
@ -270,7 +270,7 @@ class App extends React.Component {
checked={styleTransferMode === "2"}
onChange={this.styleTransferChange}
/>
<label htmlFor="model-1">CartoonGAN-Hosoda</label>
<label htmlFor="style-model-2">CartoonGAN-Hosoda</label>
</div>
</div>
)}