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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ 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 = '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)
 
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 = "Built with <3 by your biggest hot pot fan!"
17
+ thumbnail = "https://i.redd.it/amq1yg70gop21.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)