Luisgust commited on
Commit
252e080
·
verified ·
1 Parent(s): 774a5f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ gr.Interface(
98
  type="value",
99
  value='AnimeGANv3_Hayao',
100
  label='AnimeGANv3 Style'),
101
- gr.Radio(['Yes', 'No'], type="value", default='No', label='Extract face'),
102
  ], [
103
  gr.Image(type="numpy", label="Output (The whole image)"),
104
  gr.File(label="Download the output image")
 
98
  type="value",
99
  value='AnimeGANv3_Hayao',
100
  label='AnimeGANv3 Style'),
101
+ gr.Radio(['Yes', 'No'], type="value", value='No', label='Extract face'),
102
  ], [
103
  gr.Image(type="numpy", label="Output (The whole image)"),
104
  gr.File(label="Download the output image")