AI-vBRAIN commited on
Commit
9d85622
·
verified ·
1 Parent(s): 4446496

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -76,10 +76,9 @@ model = tf.keras.models.load_model("model.h5", compile=False)
76
 
77
  # Run inference
78
  output = model.predict(input_data)```
79
- ---
80
 
81
- ` ``` `
82
- Here, input_data refers to a CT image, and the corresponding T1-weighted (T1w) image is produced as the output.
83
 
84
  For detailed instructions on how to use each module of the pyMEAL software, please refer to the tutorial section of our GitHub repository (https://github.com/ai-vbrain/pyMEAL).
85
 
 
76
 
77
  # Run inference
78
  output = model.predict(input_data)```
 
79
 
80
+
81
+ ```Here, input_data refers to a CT image, and the corresponding T1-weighted (T1w) image is produced as the output.
82
 
83
  For detailed instructions on how to use each module of the pyMEAL software, please refer to the tutorial section of our GitHub repository (https://github.com/ai-vbrain/pyMEAL).
84