nthnil commited on
Commit
5d03a9c
1 Parent(s): 6fce07f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- #os.path.join(os.path.dirname(__file__), "images/Image_10.jpg"),
 
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