Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,6 @@ def process_image(password, input_image):
|
|
55 |
return None, None
|
56 |
|
57 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
58 |
-
gr.Markdown("# Background Remover (Password Protected)")
|
59 |
-
|
60 |
with gr.Row():
|
61 |
with gr.Column():
|
62 |
password_input = gr.Textbox(
|
|
|
55 |
return None, None
|
56 |
|
57 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
|
|
|
58 |
with gr.Row():
|
59 |
with gr.Column():
|
60 |
password_input = gr.Textbox(
|