Update app.py
Browse files
app.py
CHANGED
@@ -563,7 +563,6 @@ with gr.Blocks() as demo:
|
|
563 |
|
564 |
- A predefined list of indoor floor plans is available for use.
|
565 |
- You can upload your own indoor floor plan.
|
566 |
-
- A maximum image size of 255x255 pixels is allowed.
|
567 |
- Negative numbers are not allowed.
|
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.
|
|
|
563 |
|
564 |
- A predefined list of indoor floor plans is available for use.
|
565 |
- You can upload your own indoor floor plan.
|
|
|
566 |
- Negative numbers are not allowed.
|
567 |
- The established format for the coordinates of each access point (AP) must be followed.
|
568 |
- A maximum of 2 APs per channel is allowed for the interference case.
|