rayquaza384mega commited on
Commit
f6455a5
·
1 Parent(s): 4df8811

instructions

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -764,6 +764,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css=CUSTOM_CSS) as demo:
764
  4. Adjust 'Inference Steps' and 'Seed' as needed.
765
  5. Click 'Generate Training Samples' to start the process.
766
  6. The 'Generated Samples' will appear in the main gallery, with the 'Input Mask' shown below for reference.
 
 
767
  """)
768
  with gr.Row(variant="panel"):
769
  with gr.Column(scale=1, min_width=350):
@@ -799,6 +801,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css=CUSTOM_CSS) as demo:
799
  3. Set the expected 'Diameter' of the cells in pixels. Set to 0 to let the model automatically estimate it.
800
  4. Adjust 'Flow Threshold' and 'Cell Probability Threshold' for finer control.
801
  5. Click 'Segment Cells'. The result will be shown as a dark red overlay on the original image.
 
 
802
  """)
803
  with gr.Row(variant="panel"):
804
  with gr.Column(scale=1, min_width=350):
 
764
  4. Adjust 'Inference Steps' and 'Seed' as needed.
765
  5. Click 'Generate Training Samples' to start the process.
766
  6. The 'Generated Samples' will appear in the main gallery, with the 'Input Mask' shown below for reference.
767
+
768
+ **Notice:** This model was trained on the **2018 Data Science Bowl** dataset. If your data's characteristics differ significantly, please consider fine-tuning the model using our project on GitHub for optimal results.
769
  """)
770
  with gr.Row(variant="panel"):
771
  with gr.Column(scale=1, min_width=350):
 
801
  3. Set the expected 'Diameter' of the cells in pixels. Set to 0 to let the model automatically estimate it.
802
  4. Adjust 'Flow Threshold' and 'Cell Probability Threshold' for finer control.
803
  5. Click 'Segment Cells'. The result will be shown as a dark red overlay on the original image.
804
+
805
+ **Notice:** This model was trained on the **2018 Data Science Bowl** dataset. If your data's characteristics differ significantly, please consider fine-tuning the model using our project on GitHub for optimal results.
806
  """)
807
  with gr.Row(variant="panel"):
808
  with gr.Column(scale=1, min_width=350):