gokaygokay commited on
Commit
b9954e9
1 Parent(s): 0f1d017

Update ui_components.py

Browse files
Files changed (1) hide show
  1. ui_components.py +1 -1
ui_components.py CHANGED
@@ -153,7 +153,7 @@ def create_interface():
153
  additional_details, photography_styles, device, photographer, artist, digital_artform,
154
  place, lighting, clothing, composition, pose, background, input_image] +
155
  [component for category in next_components.values() for component in category.values()],
156
- outputs=[gr.Number(label="Used Seed", visible=True), output, gr.Number(visible=False), t5xxl_output, clip_l_output, clip_g_output]
157
  )
158
 
159
  add_caption_button.click(
 
153
  additional_details, photography_styles, device, photographer, artist, digital_artform,
154
  place, lighting, clothing, composition, pose, background, input_image] +
155
  [component for category in next_components.values() for component in category.values()],
156
+ outputs=[gr.Number(label="Used Seed", visible=False), output, gr.Number(visible=False), t5xxl_output, clip_l_output, clip_g_output]
157
  )
158
 
159
  add_caption_button.click(