mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
Build client
This commit is contained in:
parent
56b77d8a01
commit
88249c72b1
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue