Spaces:
Runtime error
Runtime error
Updating path
Browse files- 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,
|