katielink commited on
Commit
90b32b2
·
1 Parent(s): 3efbc0a

Update app.py

Browse files
Files changed (2) hide show
  1. .vscode/settings.json +3 -0
  2. app.py +1 -1
.vscode/settings.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "python.pythonPath": "/opt/homebrew/Caskroom/miniforge/base/envs/hf_test/bin/python"
3
+ }
app.py CHANGED
@@ -10,7 +10,7 @@ examples = ['examples/spleen_46.nii.gz']
10
 
11
  model, _, _ = bundle.load(
12
  name = BUNDLE_NAME,
13
- source = 'hf_hub',
14
  repo = 'katielink/spleen_ct_segmentation_v0.1.0',
15
  load_ts_module=True,
16
  )
 
10
 
11
  model, _, _ = bundle.load(
12
  name = BUNDLE_NAME,
13
+ source = 'huggingface_hub',
14
  repo = 'katielink/spleen_ct_segmentation_v0.1.0',
15
  load_ts_module=True,
16
  )