Akash Panda commited on
Commit
080e2d0
1 Parent(s): fcce86d

Add more example images

Browse files
app.py CHANGED
@@ -50,7 +50,11 @@ class RockPaperScissors:
50
  if __name__ == "__main__":
51
  title = "Rock Paper Scissors AI"
52
  description = "A simple rock paper scissors game with AI"
53
- examples = ["Rock-Paper-Scissors/validation/rock7.png"]
 
 
 
 
54
  interpretation = "default"
55
  enable_queue = True
56
 
 
50
  if __name__ == "__main__":
51
  title = "Rock Paper Scissors AI"
52
  description = "A simple rock paper scissors game with AI"
53
+ examples = [
54
+ "example_rock.png",
55
+ "example_scissors.png",
56
+ "example_paper2.png",
57
+ ]
58
  interpretation = "default"
59
  enable_queue = True
60
 
example_paper.png ADDED
example_paper2.png ADDED
example_rock.png ADDED
example_scissors.png ADDED