cstorm125 commited on
Commit
d626a43
1 Parent(s): 5361f09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def predict(img):
24
  title = "Foodydudy Thai Food Classifier"
25
  description = "A 48-class Thai food classifier using model created by @gemmythegeek (AIB 2021). Created as a demo for Gradio and HuggingFace Spaces."
26
  article="<p style='text-align: center'><a href='https://gemmythegeek.medium.com/overcome-your-fear-for-thai-food-with-foody-dudy-7ff6d7702b22' target='_blank'>Blog post</a></p>"
27
- examples = ['padthai.jpg']
28
  interpretation='default'
29
  enable_queue=True
30
 
 
24
  title = "Foodydudy Thai Food Classifier"
25
  description = "A 48-class Thai food classifier using model created by @gemmythegeek (AIB 2021). Created as a demo for Gradio and HuggingFace Spaces."
26
  article="<p style='text-align: center'><a href='https://gemmythegeek.medium.com/overcome-your-fear-for-thai-food-with-foody-dudy-7ff6d7702b22' target='_blank'>Blog post</a></p>"
27
+ examples = ['padthai.jpg','panaeng.jpg','massaman.jpg']
28
  interpretation='default'
29
  enable_queue=True
30