mostafapasha commited on
Commit
026a519
1 Parent(s): 49361a7

updates files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import sys
9
  print('Loading model...')
10
  model = from_pretrained_keras("mostafapasha/ribs-segmentation-model", compile=False)
11
  print('Successfully loaded model...')
12
- examples = [['examples/VinDr_RibCXR_train_008.png', 0.2], ['examples/VinDr_RibCXR_train_013.png', 0.8]]
13
 
14
 
15
  def infer(img, threshold):
9
  print('Loading model...')
10
  model = from_pretrained_keras("mostafapasha/ribs-segmentation-model", compile=False)
11
  print('Successfully loaded model...')
12
+ examples = [['examples/VinDr_RibCXR_train_056.png', 0.2], ['examples/VinDr_RibCXR_train_179.png', 0.8]]
13
 
14
 
15
  def infer(img, threshold):