davidrd123 commited on
Commit
9beacd2
1 Parent(s): ae22a20

switched theme

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