Spaces:
Runtime error
Runtime error
Commit
·
73b4754
1
Parent(s):
3e0e2c0
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ intf = gr.Interface(fn=classify_image,
|
|
24 |
examples=examples,
|
25 |
thumbnail=thumbnail,
|
26 |
title="Cat Breeds Classifier",
|
27 |
-
description = "<h3 style='font-weight=500'>At this time, this app can successfully identify 12 different types of cat
|
28 |
article="<p style='text-align: center'>Made with ❤️ by <a href='https://twitter.com/imbikramsaha/' target='_blank' style='color=blue'>Bikram Saha</a></p>"
|
29 |
)
|
30 |
intf.launch(inline=False)
|
|
|
24 |
examples=examples,
|
25 |
thumbnail=thumbnail,
|
26 |
title="Cat Breeds Classifier",
|
27 |
+
description = "<h3 style='font-weight=500'>At this time, this app can successfully identify 12 different types of cat breed: Abyssinian, Bengal, Birman, Bombay, British, Shorthair, Egyptian Mau, Maine Coon, Persian, Ragdoll, Russian Blue, Siamese and Sphynx </h3>",
|
28 |
article="<p style='text-align: center'>Made with ❤️ by <a href='https://twitter.com/imbikramsaha/' target='_blank' style='color=blue'>Bikram Saha</a></p>"
|
29 |
)
|
30 |
intf.launch(inline=False)
|