Spaces:
Runtime error
Runtime error
Update app.py
Browse files- .vscode/settings.json +3 -0
- 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 = '
|
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 |
)
|