awacke1 commited on
Commit
cab8b72
ยท
1 Parent(s): fb66768

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ def recognize_game_all(img):
27
 
28
  image = gr.inputs.Image(shape=(224,224))
29
  label = gr.outputs.Label(num_top_classes=48)
30
- title= 'Boardgame recognizer'
31
- examples = ['bloodrage.jpg','nemesis.jpg','root.jpg','scythe.jpg' ]
32
 
33
  iface = gr.Interface(fn=recognize_game_all, inputs=image, outputs=label,title=title, examples=examples)
34
  iface.launch(inline=False)
 
27
 
28
  image = gr.inputs.Image(shape=(224,224))
29
  label = gr.outputs.Label(num_top_classes=48)
30
+ title= 'A Game For That - Gamification Using Snapshot Images'
31
+ examples = ['1.jpg','2.jpg','3.jpg','4.jpg', '5.jpg' ]
32
 
33
  iface = gr.Interface(fn=recognize_game_all, inputs=image, outputs=label,title=title, examples=examples)
34
  iface.launch(inline=False)