Spaces:
Runtime error
Runtime error
ux
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
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()],
|