Spaces:
Runtime error
Runtime error
Commit
·
e12f506
1
Parent(s):
b443ca0
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def classify_image(img):
|
|
11 |
|
12 |
image = gr.Image()
|
13 |
label = gr.Label()
|
14 |
-
examples = ['Beijing_hot_pot.jpg', 'chinese_hot_pot.jpg', 'Korean_hot_pot.jpg']
|
15 |
title = "Chinese vs. Koran Hot Pot Classifier " + "\U0001F60B"
|
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'
|
|
|
11 |
|
12 |
image = gr.Image()
|
13 |
label = gr.Label()
|
14 |
+
examples = ['Beijing_hot_pot.jpg', 'chinese_hot_pot.jpg', 'Korean_hot_pot.jpg', 'dumpling_hot_pot.png']
|
15 |
title = "Chinese vs. Koran Hot Pot Classifier " + "\U0001F60B"
|
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'
|