wi-lab commited on
Commit
7586b67
·
verified ·
1 Parent(s): 51963aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"