Spaces:
wellsion
/
Runtime error

fffiloni commited on
Commit
45673b6
·
verified ·
1 Parent(s): 3c33c31

Update app_zero.py

Browse files
Files changed (1) hide show
  1. app_zero.py +1 -1
app_zero.py CHANGED
@@ -248,7 +248,7 @@ with gr.Blocks(css=css) as demo:
248
  classifier_free_guidance, seed
249
  ],
250
  outputs = [
251
- b_a_slider,
252
  file_output
253
  ]
254
  )
 
248
  classifier_free_guidance, seed
249
  ],
250
  outputs = [
251
+ input_image,
252
  file_output
253
  ]
254
  )