whyu commited on
Commit
3641e30
1 Parent(s): 669d48d

Init commit

Browse files
Files changed (3) hide show
  1. app.py +1 -3
  2. images/basketball.jpg +0 -0
  3. images/trophy.jpg +0 -0
app.py CHANGED
@@ -35,11 +35,9 @@ gr.Interface(title=title,
35
  fn=predict,
36
  inputs=gr.Image(type="pil"),
37
  outputs=gr.Label(num_top_classes=3),
38
- examples=["images/Kobe_Bryant_2014.jpg", "images/trophy.jpg", "images/basketball.jpg", "images/Kobe_coffee.jpg"]).launch()
39
 
40
  # Kobo Bryant image credit: https://en.wikipedia.org/wiki/Kobe_Bryant#/media/File:Kobe_Bryant_2014.jpg
41
- # Trophy image credit: https://bleacherreport.com/articles/558774-nba-power-rankingsnine-teams-who-could-host-the-larry-obrien-trophy
42
- # Basketball image credit: https://www.sportsonline.com.au/products/kobe-bryant-hand-signed-basketball-signed-in-silver
43
  # Kobe coffee image credit: https://aroundsaddleworth.co.uk/wp-content/uploads/2020/01/DSC_0177-scaled.jpg
44
 
45
 
 
35
  fn=predict,
36
  inputs=gr.Image(type="pil"),
37
  outputs=gr.Label(num_top_classes=3),
38
+ examples=["images/Kobe_Bryant_2014.jpg", "images/Kobe_coffee.jpg"]).launch()
39
 
40
  # Kobo Bryant image credit: https://en.wikipedia.org/wiki/Kobe_Bryant#/media/File:Kobe_Bryant_2014.jpg
 
 
41
  # Kobe coffee image credit: https://aroundsaddleworth.co.uk/wp-content/uploads/2020/01/DSC_0177-scaled.jpg
42
 
43
 
images/basketball.jpg DELETED
Binary file (53.4 kB)
 
images/trophy.jpg DELETED
Binary file (707 kB)