lfolle commited on
Commit
ac9f0e8
1 Parent(s): f46e4a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ outputs = [
28
  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
  gr.Markdown("*Note*: Make sure there are no identifying information present in the image. The prediction can take up to 1 minute." )
33
  gr.Markdown("*Note*: This is not a medical product and cannot be used for a patient diagnosis in any way.")
34
  with gr.Column():
28
  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.")
32
  gr.Markdown("*Note*: Make sure there are no identifying information present in the image. The prediction can take up to 1 minute." )
33
  gr.Markdown("*Note*: This is not a medical product and cannot be used for a patient diagnosis in any way.")
34
  with gr.Column():