Spaces:
Sleeping
Sleeping
typo fix
Browse files
app.py
CHANGED
|
@@ -18,6 +18,6 @@ gr.Interface(fn=predict,
|
|
| 18 |
inputs='image',
|
| 19 |
outputs='label',
|
| 20 |
title = 'Human vs Nonhuman Long Bone Classifier',
|
| 21 |
-
description = '
|
| 22 |
examples = [[r'test images\test human femur - Swedish History Museum.jpg'],
|
| 23 |
interpretation='default').launch(share=True)
|
|
|
|
| 18 |
inputs='image',
|
| 19 |
outputs='label',
|
| 20 |
title = 'Human vs Nonhuman Long Bone Classifier',
|
| 21 |
+
description = 'A computer vision classifier to determine if an image of a long bone is more likely human or non-human origin. Use at your own risk.',
|
| 22 |
examples = [[r'test images\test human femur - Swedish History Museum.jpg'],
|
| 23 |
interpretation='default').launch(share=True)
|