wgpubs commited on
Commit
f8ce11f
1 Parent(s): 9cdeac8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ with open("gradio_article.md") as f:
24
  article = f.read()
25
 
26
  interface_config = {
27
- "title": "Is it a Marvel Character? 🦸🦸‍♀️ 🦹🦹‍♀️",
28
  "description": "For those wanting to make sure they are rooting on the right heroes. Based on Jeremy Howards ['Is it a bird? Creating a model from your own data'](https://www.kaggle.com/code/jhoward/is-it-a-bird-creating-a-model-from-your-own-data)",
29
  "article": article,
30
  "examples": [f"{examples_path}/{f.name}" for f in examples_path.iterdir()],
24
  article = f.read()
25
 
26
  interface_config = {
27
+ "title": "🦸🦸‍♀️ Is it a Marvel Character? 🦹🦹‍♀️",
28
  "description": "For those wanting to make sure they are rooting on the right heroes. Based on Jeremy Howards ['Is it a bird? Creating a model from your own data'](https://www.kaggle.com/code/jhoward/is-it-a-bird-creating-a-model-from-your-own-data)",
29
  "article": article,
30
  "examples": [f"{examples_path}/{f.name}" for f in examples_path.iterdir()],