Adityadn commited on
Commit
a56883c
·
verified ·
1 Parent(s): 2d0b2c5

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -206,7 +206,7 @@ uiLaunch = gr.Interface(
206
  fn=interrogatorFunction,
207
  inputs=[
208
  grh.Image(label='Input', source='upload', type='numpy'),
209
- content_type = gr.Radio(
210
  label='Content Type',
211
  choices=[flags.desc_type_photo, flags.desc_type_anime],
212
  value=flags.desc_type_photo
 
206
  fn=interrogatorFunction,
207
  inputs=[
208
  grh.Image(label='Input', source='upload', type='numpy'),
209
+ gr.Radio(
210
  label='Content Type',
211
  choices=[flags.desc_type_photo, flags.desc_type_anime],
212
  value=flags.desc_type_photo