davidrd123 commited on
Commit
045765d
1 Parent(s): b5bd881

changed description to test out html tags

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,