Spaces:
Runtime error
Runtime error
Commit
·
7e7b6a6
1
Parent(s):
9a5da86
adsf
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import hopsworks
|
|
4 |
|
5 |
# If You want to inspect the results for the synthetic data set SYNTHETIC = TRUE
|
6 |
#
|
7 |
-
SYNTHETIC =
|
8 |
|
9 |
latestSurvivorImage = 'latest_survivor_pred.png'
|
10 |
latestSurvivorPred = 'latest_survivor_label_pred.png'
|
|
|
4 |
|
5 |
# If You want to inspect the results for the synthetic data set SYNTHETIC = TRUE
|
6 |
#
|
7 |
+
SYNTHETIC = True
|
8 |
|
9 |
latestSurvivorImage = 'latest_survivor_pred.png'
|
10 |
latestSurvivorPred = 'latest_survivor_label_pred.png'
|