lfolle commited on
Commit
799d694
·
1 Parent(s): a8f168f

Added not a product statement.

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,7 +29,8 @@ with gr.Blocks(analytics_enabled=False, title="DeepNAPSI") as demo:
29
  with gr.Column():
30
  gr.Markdown("## Welcome to the DeepNAPSI application!")
31
  gr.Markdown("Upload an image of the one hand and click **Predict NAPSI** to see the output.\n" \
32
- "> Note: Make sure there are no identifying information present in the image. The prediction can take up to 1 minute.")
 
33
  with gr.Column():
34
  with gr.Row():
35
  with gr.Column():
 
29
  with gr.Column():
30
  gr.Markdown("## Welcome to the DeepNAPSI application!")
31
  gr.Markdown("Upload an image of the one hand and click **Predict NAPSI** to see the output.\n" \
32
+ "> Note: Make sure there are no identifying information present in the image. The prediction can take up to 1 minute.\n" \
33
+ "> Note: This is not a medical product and cannot be used for a patient diagnosis in any way.")
34
  with gr.Column():
35
  with gr.Row():
36
  with gr.Column():