Spaces:
Runtime error
Runtime error
Commit
·
9beacd2
1
Parent(s):
ae22a20
switched theme
Browse files
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 = '
|
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))),
|