Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ intf = gr.Interface(fn=classify_anime,
|
|
13 |
inputs=gr.Image(shape=(192, 192)),
|
14 |
outputs=gr.Label(),
|
15 |
title="Which Anime Character?!",
|
16 |
-
description="This model very accurately can tell you if
|
17 |
examples=['jotaro.jpg', 'dio.jpg', 'madara.jpg', 'miku.jpg', 'mononoke.jpg', 'pucci.jpg','totoro.jpg'])
|
18 |
intf.launch(inline=False)
|
19 |
|
|
|
13 |
inputs=gr.Image(shape=(192, 192)),
|
14 |
outputs=gr.Label(),
|
15 |
title="Which Anime Character?!",
|
16 |
+
description="This model very accurately can tell you if an image you input is one of the characters it knows well: Jotaro Kujo, Princess Mononoke, Enrico Pucci, Dio Brando, Totoro, Madara Uchiha, or Hatsune Miku. But what if you put in a photo of you? What about your cat? Did you always think he looked like Totoro? Find out if it is true! (This project is a part of my homeschool curriculum for my children, so the character choices are biased. My two were Totoro and Princess Mononoke.)",
|
17 |
examples=['jotaro.jpg', 'dio.jpg', 'madara.jpg', 'miku.jpg', 'mononoke.jpg', 'pucci.jpg','totoro.jpg'])
|
18 |
intf.launch(inline=False)
|
19 |
|