Spaces:
Runtime error
Runtime error
Commit
·
f6de738
1
Parent(s):
bb4af11
changing thumbnail url
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ label = gr.Label()
|
|
14 |
examples = ['Beijing_hot_pot.jpg', 'chinese_hot_pot.jpg', 'Korean_hot_pot.jpg']
|
15 |
title = "Hot Pot Classifier " + "\N{face savoring food}" + "-- Chinese or Korean?"
|
16 |
description = "Build with <3 by your biggest hot pot fan!"
|
17 |
-
thumbnail =
|
18 |
|
19 |
|
20 |
demo = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, allow_flagging = "never", title=title, description=description, thumbnail=thumbnail)
|
|
|
14 |
examples = ['Beijing_hot_pot.jpg', 'chinese_hot_pot.jpg', 'Korean_hot_pot.jpg']
|
15 |
title = "Hot Pot Classifier " + "\N{face savoring food}" + "-- Chinese or Korean?"
|
16 |
description = "Build with <3 by your biggest hot pot fan!"
|
17 |
+
thumbnail = 'https:w7.pngwing.com/pngs/151/297/png-transparent-fondue-yo-hot-pot-menu-cooking-pot-food-orange-cooking-thumbnail.png'
|
18 |
|
19 |
|
20 |
demo = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, allow_flagging = "never", title=title, description=description, thumbnail=thumbnail)
|