Update app.py
Browse files
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
|
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 |
|