MedicalAILabo commited on
Commit
f239e66
1 Parent(s): 9b3de76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks(title="Aging Biomarker from CXR",
70
  send_btn.click(fn=main, inputs=input_image, outputs=output_label)
71
 
72
  with gr.Row():
73
- gr.Examples(['./samples/66_female_xp.png'], label='CXR: 66 years old female', inputs=input_image)
74
- gr.Examples(['./samples/28_male_xp.png'], label='CXR: 28 years old male', inputs=input_image)
75
 
76
  demo.launch(debug=True)
 
70
  send_btn.click(fn=main, inputs=input_image, outputs=output_label)
71
 
72
  with gr.Row():
73
+ gr.Examples(['./samples/66_female_xp.png'], label='Sample CXR 1: 66 years old female', inputs=input_image)
74
+ gr.Examples(['./samples/28_male_xp.png'], label='Sample CXR 2: 28 years old male', inputs=input_image)
75
 
76
  demo.launch(debug=True)