kavinh07 commited on
Commit
a999041
·
1 Parent(s): 979270a

images and code updated

Browse files
app.py CHANGED
@@ -24,9 +24,11 @@ ball_labels = [
24
  image = gr.Image()
25
  label = gr.Label()
26
  example = [
27
- 'test_images/Football.jpeg',
28
- 'test_images/Rugby.jpeg',
29
- 'test_images/Volleyball.jpeg',
 
 
30
  ]
31
  def recognize_image(image):
32
  _, _, probs = model.predict(image)
 
24
  image = gr.Image()
25
  label = gr.Label()
26
  example = [
27
+ 'test_images/img0001.jpeg',
28
+ 'test_images/img0002.jpeg',
29
+ 'test_images/img0003.jpeg',
30
+ 'test_images/img0004.jpeg',
31
+ 'test_images/img0005.jpeg'
32
  ]
33
  def recognize_image(image):
34
  _, _, probs = model.predict(image)
test_images/{Football.jpeg → img0001.jpeg} RENAMED
File without changes
test_images/{Rugby.jpeg → img0002.jpeg} RENAMED
File without changes
test_images/{Volleyball.jpeg → img0003.jpeg} RENAMED
File without changes
test_images/img0004.jpeg ADDED
test_images/img005.jpeg ADDED