sergiev commited on
Commit
c30c87c
·
verified ·
1 Parent(s): 4b234cb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app_gradio.py +1 -1
app_gradio.py CHANGED
@@ -201,7 +201,7 @@ with gr.Blocks(
201
  minimum=-30, maximum=10, value=0, step=0.1, label="", visible=False
202
  )
203
  input_set.add(bg_value)
204
- bg_type = gr.Dropdown(choices=KULEMIN.keys(), visible=False, label="")
205
  input_set.add(bg_type)
206
 
207
  with gr.Column():
 
201
  minimum=-30, maximum=10, value=0, step=0.1, label="", visible=False
202
  )
203
  input_set.add(bg_value)
204
+ bg_type = gr.Dropdown(choices=KULEMIN.keys(), visible=True, label="")
205
  input_set.add(bg_type)
206
 
207
  with gr.Column():