Spaces:
Runtime error
Runtime error
Update webui.py
Browse files
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 |
-
|
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
|