Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,5 +36,5 @@ def predict(image):
|
|
36 |
return {label: float(predicted_class_prob)}
|
37 |
|
38 |
|
39 |
-
examples = [['data/closed_highrise.
|
40 |
gr.Interface(predict, gr.Image(type="pil"), "label", examples=examples).launch()
|
|
|
36 |
return {label: float(predicted_class_prob)}
|
37 |
|
38 |
|
39 |
+
examples = [['data/closed_highrise.png'], ['data/open_lowrise.png'],['data/dense_trees.png'],['data/large_lowrise.png']]
|
40 |
gr.Interface(predict, gr.Image(type="pil"), "label", examples=examples).launch()
|