Upload app.py
Browse files
app.py
CHANGED
@@ -56,9 +56,11 @@ demo = gr.Interface(
|
|
56 |
os.path.join(os.path.dirname(__file__), "images/Image_7.jpg"),
|
57 |
os.path.join(os.path.dirname(__file__), "images/Image_8.jpg"),
|
58 |
os.path.join(os.path.dirname(__file__), "images/Image_9.jpg"),
|
59 |
-
|
|
|
60 |
],
|
61 |
-
title = "Whatchu feeling?"
|
|
|
62 |
)
|
63 |
|
64 |
|
|
|
56 |
os.path.join(os.path.dirname(__file__), "images/Image_7.jpg"),
|
57 |
os.path.join(os.path.dirname(__file__), "images/Image_8.jpg"),
|
58 |
os.path.join(os.path.dirname(__file__), "images/Image_9.jpg"),
|
59 |
+
os.path.join(os.path.dirname(__file__), "images/Image_10.jpg"),
|
60 |
+
|
61 |
],
|
62 |
+
title = "Whatchu feeling?",
|
63 |
+
theme = "shivi/calm_seafoam"
|
64 |
)
|
65 |
|
66 |
|