Spaces:
Sleeping
Sleeping
KathrynMercer
commited on
typo
Browse files
app.py
CHANGED
@@ -19,4 +19,4 @@ gr.Interface(fn=predict,
|
|
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 =
|
|
|
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 human femur - Swedish History Museum.jpg'],).launch(share=True)
|