Spaces:
Runtime error
Runtime error
ux
Browse files
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()],
|