trysem commited on
Commit
f6b68df
·
1 Parent(s): d8f2f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ def predict(input, platform_radio, img_enhancer):
204
  else:
205
  return output, [resize_image(ori_image, new_width=400), resize_image(output, new_width=400)], gr.update(visible=True)
206
 
207
- image_blocks = gr.Blocks(css="footer:{visibility:hidden}", title='AI Image Cleaner')
208
  with image_blocks as demo:
209
  with gr.Group(elem_id="page_1", visible=True) as page_1:
210
  with gr.Box():
 
204
  else:
205
  return output, [resize_image(ori_image, new_width=400), resize_image(output, new_width=400)], gr.update(visible=True)
206
 
207
+ image_blocks = gr.Blocks(css="footer{visibility:hidden}", title='AI Image Cleaner')
208
  with image_blocks as demo:
209
  with gr.Group(elem_id="page_1", visible=True) as page_1:
210
  with gr.Box():