Spaces:
Runtime error
Runtime error
Commit
·
eea8dd3
1
Parent(s):
5cfe791
df
Browse files
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 =
|
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'
|