igashov commited on
Commit
c95aee1
1 Parent(s): aa9b17f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ def generate(input_file, n_steps):
176
  return [
177
  draw_sample(0, out_files),
178
  [inp_sdf] + out_files,
179
- gr.Radio.update(visible=True)
180
  ]
181
 
182
 
 
176
  return [
177
  draw_sample(0, out_files),
178
  [inp_sdf] + out_files,
179
+ gr.Radio.update(visible=True, value='Sample 1')
180
  ]
181
 
182