paralym commited on
Commit
732954b
1 Parent(s): 6b525ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -494,7 +494,7 @@ with gr.Blocks(
494
  cur_dir = os.path.dirname(os.path.abspath(__file__))
495
  # gr.Markdown(title_markdown)
496
  gr.HTML(html_header)
497
- gr.Markdown("\nNote: To achieve the best results, we highly recommend that you provide standardized ECG images similar to the examples below, since interpreting ECGs is challenging for visual-language models, and excessive noise can exacerbate this issue.")
498
 
499
  with gr.Column():
500
  with gr.Accordion("Parameters", open=False) as parameter_row:
 
494
  cur_dir = os.path.dirname(os.path.abspath(__file__))
495
  # gr.Markdown(title_markdown)
496
  gr.HTML(html_header)
497
+ gr.Markdown("\nNote: \n1. To achieve the best results, we highly recommend that you provide standardized ECG images similar to the examples below, since interpreting ECGs is challenging for visual-language models, and excessive noise can exacerbate this issue.\n2. We recommend that you avoid uploading non-ECG-related content, as the model has been specifically optimized for ECG tasks. \n3. 🚨**The content generated by the model is for reference only and should not be used in real diagnostic scenarios.**")
498
 
499
  with gr.Column():
500
  with gr.Accordion("Parameters", open=False) as parameter_row: