Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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():
|