changed msg
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def custom_clock_computation(uploaded_file):
|
|
62 |
|
63 |
# Finally feed into predictor
|
64 |
age = age_predictor.predict(user_pca)[0]
|
65 |
-
return f"Custom clock: {age}"
|
66 |
|
67 |
|
68 |
def process_file(file, clock_selection):
|
|
|
62 |
|
63 |
# Finally feed into predictor
|
64 |
age = age_predictor.predict(user_pca)[0]
|
65 |
+
return f"Custom svr clock: {age}"
|
66 |
|
67 |
|
68 |
def process_file(file, clock_selection):
|