Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -690,7 +690,7 @@ with gr.Blocks(css="""
|
|
690 |
labels = label_gen('LoS/NLoS Classification', deepmimo_data, scenario_name) # Generates labels for each user, classifying them as Line-of-Sight (LoS) or Non-Line-of-Sight (NLoS), and prepares the "labels" array for inclusion in the custom dataset H5 file.
|
691 |
```
|
692 |
""")
|
693 |
-
|
694 |
# Launch the app
|
695 |
if __name__ == "__main__":
|
696 |
demo.launch()
|
|
|
690 |
labels = label_gen('LoS/NLoS Classification', deepmimo_data, scenario_name) # Generates labels for each user, classifying them as Line-of-Sight (LoS) or Non-Line-of-Sight (NLoS), and prepares the "labels" array for inclusion in the custom dataset H5 file.
|
691 |
```
|
692 |
""")
|
693 |
+
gr.Image("images/lwm.PNG", label="LWM Model and Framework")
|
694 |
# Launch the app
|
695 |
if __name__ == "__main__":
|
696 |
demo.launch()
|