wgpubs commited on
Commit
9cdeac8
1 Parent(s): 23d3539
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: Fastai_2022_session1_is_marvel_character
3
- emoji: 👁
4
  colorFrom: yellow
5
  colorTo: pink
6
  sdk: gradio
1
  ---
2
+ title: Is it a Marvel Character?
3
+ emoji: 🦸🦸‍♀️ 🦹🦹‍♀️
4
  colorFrom: yellow
5
  colorTo: pink
6
  sdk: gradio
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()],