Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
55 |
-
os.path.join(os.path.dirname(__file__), "images/
|
56 |
-
os.path.join(os.path.dirname(__file__), "images/
|
57 |
-
os.path.join(os.path.dirname(__file__), "images/
|
58 |
-
os.path.join(os.path.dirname(__file__), "images/
|
59 |
-
os.path.join(os.path.dirname(__file__), "images/
|
60 |
-
os.path.join(os.path.dirname(__file__), "images/
|
61 |
-
os.path.join(os.path.dirname(__file__), "images/
|
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?",
|