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