dnth commited on
Commit
70de382
·
1 Parent(s): 3628fe7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -25,9 +25,9 @@ valid_tfms = tfms.A.Adapter([*tfms.A.resize_and_pad(img_size), tfms.A.Normalize(
25
 
26
  # Populate examples in Gradio interface
27
  examples = [
28
- ['sample_images/1.jpg'],
29
- ['sample_images/2.jpg'],
30
- ['sample_images/3.jpg']
31
  ]
32
 
33
  def show_preds(input_image):
 
25
 
26
  # Populate examples in Gradio interface
27
  examples = [
28
+ ['./1.jpg'],
29
+ ['./2.jpg'],
30
+ ['./3.jpg']
31
  ]
32
 
33
  def show_preds(input_image):