amydeng2000 commited on
Commit
b9f4725
·
1 Parent(s): f6de738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def classify_image(img):
12
  image = gr.Image()
13
  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 = 'https:w7.pngwing.com/pngs/151/297/png-transparent-fondue-yo-hot-pot-menu-cooking-pot-food-orange-cooking-thumbnail.png'
18
 
 
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'
18