Spaces:
Sleeping
Sleeping
updating example photo file name
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 = ([r'test
|
|
|
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))
|