23A475R commited on
Commit
99b7bd9
1 Parent(s): 136ac77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -10
app.py CHANGED
@@ -51,16 +51,14 @@ demo = gr.Interface(
51
  outputs = gr.Label(num_top_classes=9),
52
  #flagging_options=["blurry", "incorrect", "other"],
53
  examples = [
54
- os.path.join(os.path.dirname(__file__), "images/Image_1.jpg"),
55
- os.path.join(os.path.dirname(__file__), "images/Image_2.jpg"),
56
- os.path.join(os.path.dirname(__file__), "images/Image_3.jpg"),
57
- os.path.join(os.path.dirname(__file__), "images/Image_4.jpg"),
58
- os.path.join(os.path.dirname(__file__), "images/Image_5.jpg"),
59
- os.path.join(os.path.dirname(__file__), "images/Image_6.jpg"),
60
- os.path.join(os.path.dirname(__file__), "images/Image_7.jpg"),
61
- os.path.join(os.path.dirname(__file__), "images/Image_8.jpg"),
62
- os.path.join(os.path.dirname(__file__), "images/Image_9.jpg"),
63
- os.path.join(os.path.dirname(__file__), "images/Image_10.jpg"),
64
 
65
  ],
66
  title = "Whatchu feeling?",
 
51
  outputs = gr.Label(num_top_classes=9),
52
  #flagging_options=["blurry", "incorrect", "other"],
53
  examples = [
54
+
55
+ os.path.join(os.path.dirname(__file__), "images/chandler.jpeg"),
56
+ os.path.join(os.path.dirname(__file__), "images/janice.jpeg"),
57
+ os.path.join(os.path.dirname(__file__), "images/joey.jpeg"),
58
+ os.path.join(os.path.dirname(__file__), "images/phoebe.jpeg"),
59
+ os.path.join(os.path.dirname(__file__), "images/rachel_monica.jpeg"),
60
+ os.path.join(os.path.dirname(__file__), "images/ross.jpeg"),
61
+ os.path.join(os.path.dirname(__file__), "images/gunther.jpeg")
 
 
62
 
63
  ],
64
  title = "Whatchu feeling?",