ajflorez commited on
Commit
263c699
·
verified ·
1 Parent(s): 47c1d36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -580,7 +580,7 @@ with gr.Blocks() as demo:
580
  - The established format for the coordinates of each access point (AP) must be followed.
581
  - A maximum of 2 APs per channel is allowed for the interference case.
582
  - A maximum of 5 APs is allowed for the non-interference case.
583
- - The uploaded plan must meet the dimensions [256,256,3], with free spaces as white pixels and walls as black pixels.
584
  """
585
  )
586
 
 
580
  - The established format for the coordinates of each access point (AP) must be followed.
581
  - A maximum of 2 APs per channel is allowed for the interference case.
582
  - A maximum of 5 APs is allowed for the non-interference case.
583
+ - The uploaded plan must meet the dimensions [256,256], with free spaces as white pixels and walls as black pixels.
584
  """
585
  )
586