awacke1 commited on
Commit
d62f238
ยท
1 Parent(s): 613abb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def recognize_game_all(img):
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.1.jpg','1.2.jpg','2.jpg','3.jpg','4.jpg', '5.jpg' ]
32
 
33
  iface = gr.Interface(
34
  fn=recognize_game_all,
 
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 = ['image.jpg','1.1.jpg','1.2.jpg','2.jpg','3.jpg','4.jpg', '5.jpg' ]
32
 
33
  iface = gr.Interface(
34
  fn=recognize_game_all,