Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,6 @@ async def get_metrics():
|
|
71 |
update_metrics()
|
72 |
return Response(media_type="text/plain", content= prom.generate_latest())
|
73 |
|
74 |
-
|
75 |
-
# Gradio interface to generate UI link
|
76 |
# Gradio interface to generate UI link
|
77 |
title = "Patient Survival Prediction"
|
78 |
description = "Predict survival of patient with heart failure, given their clinical record"
|
|
|
71 |
update_metrics()
|
72 |
return Response(media_type="text/plain", content= prom.generate_latest())
|
73 |
|
|
|
|
|
74 |
# Gradio interface to generate UI link
|
75 |
title = "Patient Survival Prediction"
|
76 |
description = "Predict survival of patient with heart failure, given their clinical record"
|