OriLib commited on
Commit
4e0324e
·
verified ·
1 Parent(s): 98b8b30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(title="Fibo-Edit-RMBG - Background Removal", css=css) as demo:
112
  output_image = ImageSlider(
113
  label="Result vs Original",
114
  type="pil",
115
- # height=400
116
  )
117
 
118
  download_file = gr.File(label="Download PNG (with transparency)")
 
112
  output_image = ImageSlider(
113
  label="Result vs Original",
114
  type="pil",
115
+ height=400
116
  )
117
 
118
  download_file = gr.File(label="Download PNG (with transparency)")