MingGatsby commited on
Commit
8719c45
1 Parent(s): 01c82f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,10 +43,10 @@ SEED = 0
43
  NUM_CLASSES = 1
44
 
45
  # (String) CT Model directory
46
- CT_MODEL_DIRECTORY = "C:\\Src\\GitHub\\AI_UI\\models\\CLOTS\\CT"
47
 
48
  # (String) MRI Model directory
49
- MRI_MODEL_DIRECTORY = "C:\\Src\\GitHub\\AI_UI\\models\\CLOTS\\MRI"
50
 
51
  # (Boolean) Use custom model
52
  CUSTOM_MODEL_FLAG = True
 
43
  NUM_CLASSES = 1
44
 
45
  # (String) CT Model directory
46
+ CT_MODEL_DIRECTORY = "models/CLOTS/CT"
47
 
48
  # (String) MRI Model directory
49
+ MRI_MODEL_DIRECTORY = "models/CLOTS/MRI"
50
 
51
  # (Boolean) Use custom model
52
  CUSTOM_MODEL_FLAG = True