amirfekrazad commited on
Commit
63e09d2
·
1 Parent(s): 266143f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,8 +87,8 @@ def predict_remaining_life(img_path):
87
 
88
  # Create title, description and article strings
89
  title = "Remaining Life Predictor"
90
- description = "A Convolutional Neural Net to predict how many years a person has left to live using a facial image"
91
- article = "https://arxiv.org/abs/2301.08229"
92
 
93
  # Create the Gradio demo
94
  demo = gr.Interface(fn=predict_remaining_life, # mapping function from input to output
 
87
 
88
  # Create title, description and article strings
89
  title = "Remaining Life Predictor"
90
+ description = "A Convolutional Neural Net to predict how many years a person has left to live using their facial image"
91
+ article = "Methodology and data explained at [arxiv article](https://arxiv.org/abs/2301.08229)"
92
 
93
  # Create the Gradio demo
94
  demo = gr.Interface(fn=predict_remaining_life, # mapping function from input to output