wi-lab commited on
Commit
db552e8
·
verified ·
1 Parent(s): 3988f3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -677,9 +677,13 @@ with gr.Blocks(css="""
677
  hdf.create_dataset('channels', data=channels)
678
  hdf.create_dataset('labels', data=labels)
679
  print("Dataset saved!")
680
-
681
-
682
- # 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:
 
 
 
 
683
  from input_preprocess import DeepMIMO_data_gen deepmimo_data_cleaning label_gen # Import required modules from the model repository
684
  import numpy as np
685
  scenario_names = np.array([
 
677
  hdf.create_dataset('channels', data=channels)
678
  hdf.create_dataset('labels', data=labels)
679
  print("Dataset saved!")
680
+ """)
681
+ gr.Markdown("""
682
+ <div class="explanation-box">
683
+ 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:
684
+ </div>
685
+
686
+ ```python
687
  from input_preprocess import DeepMIMO_data_gen deepmimo_data_cleaning label_gen # Import required modules from the model repository
688
  import numpy as np
689
  scenario_names = np.array([