Nathanotal commited on
Commit
eea8dd3
·
1 Parent(s): 5cfe791
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from PIL import Image
3
  import hopsworks
4
 
5
  # If You want to inspect the results for the synthetic data set SYNTHETIC = TRUE
6
- SYNTHETIC = True
7
 
8
  latestSurvivorImage = 'latest_survivor_pred'
9
  latestSurvivorPred = 'latest_survivor_label_pred'
 
3
  import hopsworks
4
 
5
  # If You want to inspect the results for the synthetic data set SYNTHETIC = TRUE
6
+ SYNTHETIC = False
7
 
8
  latestSurvivorImage = 'latest_survivor_pred'
9
  latestSurvivorPred = 'latest_survivor_label_pred'