IFMedTechdemo commited on
Commit
ac616fc
·
verified ·
1 Parent(s): 7f9be3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def load_model():
47
  model.eval()
48
  return model
49
 
50
- @spaces.GPU
51
  def segment_spleen(input_file):
52
  """Segment spleen from CT NIfTI file"""
53
  try:
 
47
  model.eval()
48
  return model
49
 
50
+
51
  def segment_spleen(input_file):
52
  """Segment spleen from CT NIfTI file"""
53
  try: