Spaces:
Runtime error
Runtime error
Commit
·
045f0da
1
Parent(s):
f6550bc
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def display_result(input_image):
|
|
24 |
return prediction_label
|
25 |
|
26 |
input = gr.inputs.Image()
|
27 |
-
examples = [["./example0.
|
28 |
title = "Few shot learning"
|
29 |
description = "Upload an image or select from examples to classify fashion items."
|
30 |
|
|
|
24 |
return prediction_label
|
25 |
|
26 |
input = gr.inputs.Image()
|
27 |
+
examples = [["./example0.JPG"], ["./example1.JPG"]]
|
28 |
title = "Few shot learning"
|
29 |
description = "Upload an image or select from examples to classify fashion items."
|
30 |
|