deploy commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'predict_url' => env('AI_PREDICT_URL'),
|
||||
'threshold' => env('AI_MELANOMA_THRESHOLD', 0.5),
|
||||
'label_positive'=> env('AI_MELANOMA_LABEL', 'Melanoma'),
|
||||
'label_negative'=> env('AI_NEGATIVE_LABEL', 'Non-Melanoma'),
|
||||
];
|
||||
Reference in New Issue
Block a user