FrancescoLR commited on
Commit
0b88f39
·
verified ·
1 Parent(s): ff5d4c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import nibabel as nib
8
  import matplotlib.pyplot as plt
9
  import spaces # Import spaces for GPU decoration
10
  import numpy as np
 
11
 
12
  # Define paths
13
  MODEL_DIR = "./model" # Local directory to store the downloaded model
 
8
  import matplotlib.pyplot as plt
9
  import spaces # Import spaces for GPU decoration
10
  import numpy as np
11
+ from scipy.ndimage import center_of_mass
12
 
13
  # Define paths
14
  MODEL_DIR = "./model" # Local directory to store the downloaded model