animeshmaheshwari commited on
Commit
f6550bc
·
1 Parent(s): 9801973

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def display_result(input_image):
24
  return prediction_label
25
 
26
  input = gr.inputs.Image()
27
- examples = [["/content/drive/MyDrive/boot.jpg"], ["/content/drive/MyDrive/sneaker.jpg"]]
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