Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -678,6 +678,7 @@ with gr.Blocks(css="""
|
|
678 |
|
679 |
# To use your preferred DeepMIMO scenarios for the custom dataset, please [clone the model and datasets](https://huggingface.co/wi-lab/lwm) and follow the instructions below:
|
680 |
from input_preprocess import DeepMIMO_data_gen deepmimo_data_cleaning label_gen # Import required modules from the model repository
|
|
|
681 |
scenario_names = np.array([
|
682 |
"city_18_denver", "city_15_indianapolis", "city_19_oklahoma",
|
683 |
"city_12_fortworth", "city_11_santaclara", "city_7_sandiego"
|
|
|
678 |
|
679 |
# To use your preferred DeepMIMO scenarios for the custom dataset, please [clone the model and datasets](https://huggingface.co/wi-lab/lwm) and follow the instructions below:
|
680 |
from input_preprocess import DeepMIMO_data_gen deepmimo_data_cleaning label_gen # Import required modules from the model repository
|
681 |
+
import numpy as np
|
682 |
scenario_names = np.array([
|
683 |
"city_18_denver", "city_15_indianapolis", "city_19_oklahoma",
|
684 |
"city_12_fortworth", "city_11_santaclara", "city_7_sandiego"
|