blanchon commited on
Commit
0fd22de
1 Parent(s): 9d1a9fc

Update app.py with improved instructions for the Room Cleaner feature

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