Spaces:
Runtime error
Runtime error
Commit
·
045765d
1
Parent(s):
b5bd881
changed description to test out html tags
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def predict(img):
|
|
13 |
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 |
theme = 'darkhuggingface'
|
18 |
|
19 |
gr.Interface(fn=predict,
|
|
|
13 |
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,
|