amydeng2000 commited on
Commit
5e2f7f0
·
1 Parent(s): e12f506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ 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'
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', '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 = 'chinese_hot_pot.jpg'
18
 
19
 
20
  demo = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, allow_flagging = "never", title=title, description=description, thumbnail=thumbnail)