JackRio commited on
Commit
679e47d
·
1 Parent(s): 0634a34

Updating path

Browse files
Files changed (1) hide show
  1. predict.py +1 -1
predict.py CHANGED
@@ -64,7 +64,7 @@ def run():
64
  output = gr.outputs.Textbox(label="Predicted Age")
65
  min_range = gr.outputs.Textbox(label="Minimum Predicted Age")
66
  max_range = gr.outputs.Textbox(label="Maximum Predicted Age")
67
- info = "# Usage Warning! \nThis application is built for <span style='color:red'>research purpose only</span>. It is not intended for clinical use.\nDo not use this application in any <span style='color:red'>commercial or medical setting.</span> \n\n For any information about the project contact: vyawaharest@gmail.com \n\n Test data is available [here](https://huggingface.co/spaces/JackRio/bone-age-estimation/tree/main)"
68
 
69
  BAE = gr.Interface(
70
  fn=predict,
 
64
  output = gr.outputs.Textbox(label="Predicted Age")
65
  min_range = gr.outputs.Textbox(label="Minimum Predicted Age")
66
  max_range = gr.outputs.Textbox(label="Maximum Predicted Age")
67
+ info = "# Usage Warning! \nThis application is built for <span style='color:red'>research purpose only</span>. It is not intended for clinical use.\nDo not use this application in any <span style='color:red'>commercial or medical setting.</span> \n\n For any information about the project contact: vyawaharest@gmail.com \n\n Test data is available [here](https://huggingface.co/spaces/JackRio/bone-age-estimation/tree/main/test_data)"
68
 
69
  BAE = gr.Interface(
70
  fn=predict,