Spaces:
Runtime error
Runtime error
Julien Ajdenbaum
commited on
Commit
·
de6d532
1
Parent(s):
62a6dee
Added link to info on Nordwood scale
Browse files- .gitignore +4 -1
- app.py +1 -1
.gitignore
CHANGED
|
@@ -1 +1,4 @@
|
|
| 1 |
-
create_annotation_task.py
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
create_annotation_task.py
|
| 2 |
+
import_annotation_file.py
|
| 3 |
+
annotations.npy
|
| 4 |
+
|
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def segmentate(filepath):
|
|
| 74 |
|
| 75 |
# GUI
|
| 76 |
title = 'Hair loss prediction'
|
| 77 |
-
description = 'Automatic Prediction of Nordwood scale state'
|
| 78 |
examples = [[f'examples/{name}', 3] for name in sorted(os.listdir('examples'))]
|
| 79 |
|
| 80 |
iface = gr.Interface(
|
|
|
|
| 74 |
|
| 75 |
# GUI
|
| 76 |
title = 'Hair loss prediction'
|
| 77 |
+
description = 'Automatic Prediction of Nordwood scale state. For more information on the scale, click [here](https://www.medicalnewstoday.com/articles/327001#stages).'
|
| 78 |
examples = [[f'examples/{name}', 3] for name in sorted(os.listdir('examples'))]
|
| 79 |
|
| 80 |
iface = gr.Interface(
|