ajflorez commited on
Commit
579071e
·
verified ·
1 Parent(s): b2bcd2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -568,6 +568,7 @@ with gr.Blocks() as demo:
568
  - The established format for the coordinates of each access point (AP) must be followed.
569
  - A maximum of 2 APs per channel is allowed for the interference case.
570
  - A maximum of 5 APs is allowed for the non-interference case.
 
571
  """)
572
 
573
  enable_interference = gr.Checkbox(label="Enable Interference Analysis", value=True)
 
568
  - The established format for the coordinates of each access point (AP) must be followed.
569
  - A maximum of 2 APs per channel is allowed for the interference case.
570
  - A maximum of 5 APs is allowed for the non-interference case.
571
+ - The uploaded plan must meet the dimensions [256,256,3], with free spaces as white pixels and walls as black pixels.
572
  """)
573
 
574
  enable_interference = gr.Checkbox(label="Enable Interference Analysis", value=True)