Spaces:
Runtime error
Runtime error
Commit
·
186bae1
1
Parent(s):
cd4e24a
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import sys
|
|
8 |
print('Loading model...')
|
9 |
model = from_pretrained_keras("mostafapasha/ribs-segmentation-model", compile=False)
|
10 |
print('Successfully loaded model...')
|
11 |
-
examples = ['
|
12 |
|
13 |
|
14 |
def segment(img_arr):
|
|
|
8 |
print('Loading model...')
|
9 |
model = from_pretrained_keras("mostafapasha/ribs-segmentation-model", compile=False)
|
10 |
print('Successfully loaded model...')
|
11 |
+
examples = ['VinDr_RibCXR_train_008.png', 'VinDr_RibCXR_train_013.png']
|
12 |
|
13 |
|
14 |
def segment(img_arr):
|