juanelot commited on
Commit
3b6505e
·
verified ·
1 Parent(s): 51a33fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #gr.HTML(footer)
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)