davidrd123 commited on
Commit
f93892c
1 Parent(s): 1d2ee6b

changed theme to dark

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ examples = [f"Image{n:02d}.jpg" for n in range(10)]
14
  interpretation='shap'
15
  title = "Art Movement Classifier - WikiArt"
16
  description = "What Art Movement Matches the Image Best?"
 
17
 
18
  gr.Interface(fn=predict,
19
  inputs=gr.inputs.Image(shape=((512,512))),
 
14
  interpretation='shap'
15
  title = "Art Movement Classifier - WikiArt"
16
  description = "What Art Movement Matches the Image Best?"
17
+ theme = 'darkhuggingface'
18
 
19
  gr.Interface(fn=predict,
20
  inputs=gr.inputs.Image(shape=((512,512))),