Update app.py
Browse files
app.py
CHANGED
@@ -126,6 +126,6 @@ with gr.Blocks(title="Remove background") as app:
|
|
126 |
outputs=[output_img, mask_img])
|
127 |
|
128 |
with gr.Row():
|
129 |
-
|
130 |
|
131 |
app.launch(share=False, debug=True, enable_queue=True, show_error=True)
|
|
|
126 |
outputs=[output_img, mask_img])
|
127 |
|
128 |
with gr.Row():
|
129 |
+
gr.HTML(footer)
|
130 |
|
131 |
app.launch(share=False, debug=True, enable_queue=True, show_error=True)
|