Spaces:
Running
Running
Update app.py with improved instructions for the Room Cleaner feature
Browse files
app.py
CHANGED
@@ -160,7 +160,11 @@ def run_sync(*args):
|
|
160 |
|
161 |
|
162 |
with gr.Blocks() as demo:
|
163 |
-
gr.Markdown("
|
|
|
|
|
|
|
|
|
164 |
with gr.Row():
|
165 |
with gr.Column():
|
166 |
# The image overflow, fix
|
|
|
160 |
|
161 |
|
162 |
with gr.Blocks() as demo:
|
163 |
+
gr.Markdown("""
|
164 |
+
# 🧹 Room Cleaner
|
165 |
+
Upload an image and and use pen tool (pencil icon at the bottom) to mark the areas you want to remove.
|
166 |
+
Click on the "Run" button to process the image and remove the marked areas.
|
167 |
+
""")
|
168 |
with gr.Row():
|
169 |
with gr.Column():
|
170 |
# The image overflow, fix
|